Back to top link in HTML

Posted on: Sunday April 10, 2016

  If you want a link in HTML page for going to top, and appear after scroll. CSS: [crayon-67349f2081a60406955630/]   HTML/Javascript: [crayon-67349f2081a69796637911/] [...]

Read More

Images or Images and Text in Tooltips

Posted on: Friday April 8, 2016

    The JavaScript Tooltip is well-suited for display of images or images with text.  JavaScript ( on top ): [crayon-67349f20823f9905639528/]   HTML: [crayon-67349f2082403562512186/] [...]

Read More

Confirm before a form submit or link

Posted on: Wednesday April 6, 2016

  Ask before process, confirm before process, popup before process in php. ask before delete.   you can always use inline JS code like this: [crayon-67349f2082a4a128989203/] and [...]

Read More

Selectors In CSS3 (NEW FEATURE)

Posted on: Tuesday June 23, 2015

  What Selectors Means in CSS: In CSS, selectors are patterns used to select the element(s) you want to style. it means style on Every element which you want e.g. <p> (Selects all <p> [...]

Read More

New Features in CSS3

Posted on: Tuesday June 23, 2015

  CSS3 has been Divided into “modules”. It contains the “old CSS “. In addition, new modules are added. Some important CSS3 modules are: Selectors Box Model [...]

Read More