- Web templates
- 3 Color Templates
- CSS Templates
- Dynamic Flash
- Dynamic Flash Photo Gallery
- Flash Animated Templates
- Flash CMS Intro
- Flash Intro Templates
- Flash Templates
- Dynamic SWISH Templates
- Full Package Templates
- Full Site templates
- JS Animated
- PSD Templates
- Razor Templates
- Stretched Template
- SWISH Animated templates
- Swish Templates
- XML Flash Templates
- PRO templates
- Responsive web templates
- E-commerce Templates
- CMS & Blog Templates
- Corporate Design
- Silverlight
- Video Templates
- Facebook Layouts
Menu Category RSS
A collapsing menu contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the bottom. Clicking on one of the submenu items will make the whole menu collapse like a card deck and the respective content area will slide out.
JavaScript…
Read MoreSuperfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript) and a lot of the much-sought-after enhancements. For details visit http://users.tpg.com.au/j_birch/plugins/superfish
JavaScript
We should include jQuery framework and superfish.js by pointing src attribute in the script tag to the .js files
<script type="text/javascript" src="jquery-1.4.2.min.js"</script<script type="text/javascript" src="superfish.js"…Read More
Drop-down Menu Effect
November 15 2010 | Category: Menu
This is a Menu Script that uses jQuery in order to create drop-down menu effect.
JavaScript
In order to make the script work, the index-#.html file with the menu should contain these lines of HTML code:
The dropdown.js file contains these lines of code that initialize the script functionality:
In order to create a menu we use a bulleted list …
Read MoreGradient Menu Effect
November 15 2010 | Category: Menu
This is a Script that allows you to add special effects to your website page menu. All of these effects are based on the smooth movement of a menu item background image. The most common case is when the background image is a smooth color gradient. But you can use other effects as well.
JavaScript
In order to make the …