1) Script Title: AnyLink Drop Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm
3) Describe problem: I've implemented the AnyLink script using images and successfully incorporated a rollover script as well. Now, I just realized that my top-level images aren't clickable links...which I've discovered is also the case in the sample on the script's page here at DD. How can I modify this script to make my top-level menu images clickable links? Do I need to modify the onclick property?
I noticed that if I delete the "return clickreturnvalue()" from the onclick property, the link will indeed click through. It seems to work fine this way, but I don't know if there's some secret damage waiting to show itself down the road...?
This is what a link looks like:What do you think?Code:<a href="seasonpage.html" onClick="return clickreturnvalue()" onMouseover="rollover('season'),dropdownmenu(this, event, menu1, '185px')" onMouseout="rollout('season'),delayhidemenu()"><img name="season" border="0" src="menu_season.jpg" /></a>



Reply With Quote

Bookmarks