Bind Menu Effect Javascript Class

Using the concept of "keep it simple" this small javascript class binds a fully customisable menu-like effect to a group of fully customisable html elements.

You can use BindMenuEffect to create menus out of table cells, table rows, li, div, span and any other container-type element available in html.

Just write the html, define 3 css styles for: default option, on mouse over and selected option, add an ID on the html element that contains your elements (soon to be menu options), include and run the BindMenuEffect class on your page and you got yourself a great menu.


Features:

- very easy to implement
- extremely versatile class can be used to bind any effect on any element with zero effort, also can be easily integrated in other scripts
- the code is very simple and fully compatible with the major internet browsers available today
- takes advantage of the best W3C standards like DOM and CSS
- combines the power and advantages of CSS, DOM and JavaScript

Detailed Information
View Demo
Downloads