Float Menu
This uses a script that makes any DIV a floating layer. You can put anything in the DIV, including menus. By doing this the menu always appears on screen no matter where the user scrolls.

JSMenu
JSMenu is a hierarchical menu that is modeled after Java Swing JMenu. The script is fully functional but it was taking up too much time. There are all sorts of cosmetic changes that could be made. It was an experiment to see if I could create a Hierarchical menu that would work in IE4+, NS4 and NS6. As there are so many other menu systems out there I decided not to waste any more time on it.

Image Fader
(NS6+ & IE4+ only). When you mouse over an image, the image fades from partial transparency to fully opaque (solid). This is based on a script Gradual-Highlight Image Script II from DynamicDrive.com. However, using the same code as for FadingRollovers, this script ensures the image always fades in and out smoothly (plus it adds NS6 compatibility).

View DemoView DemoView DemoView DemoView DemoView DemoDownloadHelp

Image Zoom
(NS6+ & IE4+ only). When you mouse over an image, the image zooms in and when you move off the image zooms back out. This allows you to create a dynamic rollover with only one image. Options allow you to limit the zoom to horizontal (stretching rollovers) or vertical (expanding rollovers).
See the Zooming Rollover Tutorial for more information.

View DemoView DemoView DemoView DemoView DemoDownloadHelp

IButton Group
This is an addon for all rollover scripts (SimpleRollovers, AnimatedRollovers, FadingRollovers, Image Zoom, Image Fader). This adds an extra "Click" method for the rollover that allows the click button to remain on until another button is clicked. To use the button group all you have to di is include the file "JSFX_ButtonGroup.js" after you include the rollover ".js" file. See the demos for examples.

View DemoView DemoView DemoView DemoView DemoView DemoView DemoView DemoDownloadHelp

Link Fader
This script is based on the link fader found here at Anarchaotic. However, this script uses the State Transition Diagram of Animated Rollovers to ensure the links fade to the full ON state before fading out.