Hi there,
I have a navigation menu on my site which makes use of roll over images. One of the links on the navigation menu needs to have some sub options appear on roll over for the user to click on.
(http://www.sprintcomms.co.uk/ has an example of what I mean under the products & services tab)
Im not sure how to implement this into my already existing menu, structured like so:
- Code: Select all
<body onload="MM_preloadImages('index_08b.png')">
<p><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Nav','','index_08b.png',1)"><img src="index_08.png" name="Nav" width="167" height="36" border="0" id="Nav" /></a></p>
<p>Display Sub links here!</p>
Maybe I need floating div's or something? Im really not sure how to get this to work. I managed to use show_text but it wasn't effective enough.