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-67409d9054ad5875149896/]   HTML/Javascript: [crayon-67409d9054aea316293954/] [...]

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-67409d9054e4e907076598/]   HTML: [crayon-67409d9054e55738738041/] [...]

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-67409d9054f03386740089/] and [...]

Read More

Rotate Image on Hover

Posted on: Monday April 4, 2016

  Rotate social media icon / image on mouse hover: CSS: [crayon-67409d9054f99301550226/] HTML: [crayon-67409d9054f9d294312850/]     [...]

Read More

Boostrap Pagination

Posted on: Monday April 4, 2016

  Pagination in bootstrap: Javascript [crayon-67409d905502d254142246/]   HTML: [crayon-67409d9055031090018662/]   Source: [...]

Read More

Animated Fireworks in HTML

Posted on: Friday April 1, 2016

STEP 1: Copy and paste the code below so that it sits between the <head> and </head> tags at the top of your web-page: STEP 2: If you wish, change the colours at the start of the script [...]

Read More

DIV Gradient with CSS

Posted on: Wednesday March 30, 2016

  Gradient with using CSS only: [crayon-67409d9055216180130024/]   HTML: [crayon-67409d905521a632238292/] [...]

Read More

Cool Div Box Shadow

Posted on: Wednesday March 30, 2016

    Get this type of shadow effect:     CSS: [crayon-67409d90552cb418183640/]   HTML: [crayon-67409d90552cf798880137/] [...]

Read More