PDA

View Full Version : navigation menus


tommy
07-25-2003, 03:02 PM
I have a navigation menu on my sites that i have developed, (www.ryanhooker-racing.co.uk (http://www.ryanhooker-racing.co.uk) ) when you go over the links in the drop down menus only the words highlight.

I want to know is how do i get the whole line to highlight as i think this looks much better. for example www.totaljobs.com (http://www.totaljobs.com)
on their link in their drop down menus the whole line highlights, i have tried a few different ways but nothing seems work.

I was just wondering if anybody new of a way to do this without using flash or swish.

tmmoose
07-30-2003, 05:57 PM
This Might Work..
<style type="text/css">
<!--
.rollover a { display:block; width:132px; background-color: #FFFFFF}
.rollover a:hover { background-color: #990000}
-->
</style>

Then Add The Highlighted To Your Links

<TD class=menu> <div class="rollover"> <A
href="http://www.ryanhooker-racing.co.uk/about.html">Ryan
Hooker </div> </A></TD></TR>

tommy
07-31-2003, 07:57 AM
cheers mate your a star it works.:monkey: