Bootstrap Mega menu with tabs navigation

Posted on: Sunday April 17, 2016

  Bootstrap 3.2 Mega menu with tabs navigation   HTML: [crayon-68964d8a49593584330253/] CSS: [crayon-68964d8a49599444300724/] JS: [crayon-68964d8a4959d992903634/] Source: [...]

Read More

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-68964d8a49ae8276257389/]   HTML/Javascript: [crayon-68964d8a49aec564243882/] [...]

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-68964d8a49c35934416270/]   HTML: [crayon-68964d8a49c39800606230/] [...]

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-68964d8a49d5c287053243/] and [...]

Read More

Rotate Image on Hover

Posted on: Monday April 4, 2016

  Rotate social media icon / image on mouse hover: CSS: [crayon-68964d8a49e5b176819632/] HTML: [crayon-68964d8a49e5e627411405/]     [...]

Read More

Boostrap Pagination

Posted on: Monday April 4, 2016

  Pagination in bootstrap: Javascript [crayon-68964d8a49f8b347001145/]   HTML: [crayon-68964d8a49f8e297987856/]   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-68964d8a4a3c3432556886/]   HTML: [crayon-68964d8a4a3c7269711135/] [...]

Read More