Categories

Menu

“Collapsing Site Navigation”

Menu, Working with jQuery scripts
  |  
March 17 2011
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 More

“SuperFish” DropDown Menu

Menu, Working with jQuery scripts
  |  
March 17 2011
Superfish 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

Menu
  |  
November 15 2010
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 More

Gradient Menu Effect

Menu
  |  
November 15 2010
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 …

Read More