Horizontal JavaScript SlideMenu

image Found something more sweeter than the simple CSS-only Horizontal Bookshelf I posted last week. Mike wrote a versatile 1kb horizontal accordion script can be used for menus.

The front-end mark-up

   1: <ul id="sm" class="sm">
   2: <li><img src="images/1.gif" alt="" /></li>
   3: <li><img src="images/2.gif" alt="" /></li>
   4: <li><img src="images/3.gif" alt="" /></li>
   5: <li><img src="images/4.gif" alt="" /></li>
   6: </ul>

To build the accordion call the function below onload…

   1: slideMenu.build('sm',200,10,10,1)

Demo & Download @ Mike’s Blog

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment: