Bootstrap Mega menu with tabs navigation

Posted on: Sunday April 17, 2016

  Bootstrap 3.2 Mega menu with tabs navigation   HTML: [crayon-6853293de4726453544302/] CSS: [crayon-6853293de472c275466353/] JS: [crayon-6853293de472f839075313/] 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-6853293de4cbd501526292/]   HTML/Javascript: [crayon-6853293de4cc3135400865/] [...]

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-6853293de4eb2105887351/]   HTML: [crayon-6853293de4eb8166072515/] [...]

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-6853293de5069261174302/] and [...]

Read More

Rotate Image on Hover

Posted on: Monday April 4, 2016

  Rotate social media icon / image on mouse hover: CSS: [crayon-6853293de51ff935546746/] HTML: [crayon-6853293de5204942297428/]     [...]

Read More

Boostrap Pagination

Posted on: Monday April 4, 2016

  Pagination in bootstrap: Javascript [crayon-6853293de53d2741034019/]   HTML: [crayon-6853293de53d7911896297/]   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-6853293de5983545337569/]   HTML: [crayon-6853293de5988909051228/] [...]

Read More