Bootstrap Mega menu with tabs navigation

Posted on: Sunday April 17, 2016

  Bootstrap 3.2 Mega menu with tabs navigation   HTML: [crayon-69866b4610cb5886295108/] CSS: [crayon-69866b4610cc8140062789/] JS: [crayon-69866b4610cce725898805/] 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-69866b4617cc9889158038/]   HTML/Javascript: [crayon-69866b4617cd9128275175/] [...]

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-69866b46183ba233628034/]   HTML: [crayon-69866b46183c7034845454/] [...]

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-69866b4619035549530608/] and [...]

Read More

Rotate Image on Hover

Posted on: Monday April 4, 2016

  Rotate social media icon / image on mouse hover: CSS: [crayon-69866b46194ff716386668/] HTML: [crayon-69866b461950b301540208/]     [...]

Read More

Boostrap Pagination

Posted on: Monday April 4, 2016

  Pagination in bootstrap: Javascript [crayon-69866b4619e83952460721/]   HTML: [crayon-69866b4619e91724566475/]   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-69866b461cf71244376533/]   HTML: [crayon-69866b461cf7f183761077/] [...]

Read More