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-6768426dabae9341009382/]   HTML/Javascript: [crayon-6768426dabaec847015863/] [...]

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-6768426dabb62384978968/]   HTML: [crayon-6768426dabb65578597994/] [...]

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-6768426dabbca385224729/] 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