Previous Message
Next Message

Weird nav problem

Sent by Ray on 28 June 2004 01:01


Try changing the order of the css:
#nav a:link {color:#996600; text-decoration:none;}
#nav a:visited {color:#996600; text-decoration:none;}
#nav a:hover {color:#ffffff; background-color:#996600;}
#nav a:active {color:#996600; text-decoration:none;}


Darren Danks wrote:
> snip <
> 
> CSS:-
> #nav a:link {color:#996600; text-decoration:none;}
> #nav a:hover {color:#ffffff; background-color:#996600;}
> #nav a:active {color:#996600; text-decoration:none;}
> #nav a:visited {color:#996600; text-decoration:none;}
> 
> HTML:-
> <div id="nav">
> <a href="index.htm">Home</a> | 
> <a href="about_us.htm">About Us</a> | 
> <a href="services.htm">Services</a> | 
> <a href="booking.htm">Booking</a> | 
> <a href="find_us.htm">Find Us</a> | 
> <a href="contact.htm">Contact Us</a>
> <hr width="730">
> </div>
> 
> 
> Any help/tips would be very much appreciated.
> 
> Many thanks
> 
> Darren
> 
> ______________________________________________________________________
> css-discuss [EMAIL-REMOVED]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 
> 

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: