Log in

View Full Version : AnyLink CSS Menu + CSS Horizontal hover menu = ?



lwc
06-20-2007, 09:26 AM
Is there a script that combines AnyLink CSS Menu (http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm) + CSS Horizontal hover menu (http://www.dynamicdrive.com/dynamicindex1/hover.htm)?

That is, I want the top menu to be presented using the latter script, but the sub-menus presented using the former script.

I tried combining them myself, but the latter script took over the former one.

Thanks!

ddadmin
06-21-2007, 05:17 AM
The best script to use as the foundation for combining the above two scripts is Drop Down tabs (http://www.dynamicdrive.com/dynamicindex1/droptabmenu.htm). You should be able to just replace the tabs and its CSS with the hover menu's (http://www.dynamicdrive.com/dynamicindex1/hover.htm) instead.

lwc
06-21-2007, 06:34 AM
Now I get it! The AnyLink script put each sub-menu below its menu, which ruined things for me. The script you linked here taught me to group all of the sub-menus below the menus (and after the closing /ul and /div).

Now I can just use the original two scripts (unlike the script you linked to, the hover script has 0 javascript).

Thanks!