In IE I have removed my underlines for links using CSS but they are still there in FireFox. Whats more, they are black and my text is white so it doesn't look good. Is there something specific that needs to be done for FireFox to not have underlines?
Firefox and underlines
Started by dirkfirst, Nov 03 2006 05:29 PM
2 replies to this topic
#1
Posted 03 November 2006 - 05:29 PM
|
|
|
#2
Posted 05 November 2006 - 08:01 PM
A simple:
a {text-decoration: none;}
should do it on all browsers....
#3
Posted 15 November 2006 - 06:06 AM
Yeah, this works for me. If you have a class defined after you do Tk's code above it will not work. Define this after you define the class.
NOT
<a href="" class="myclass"><div style="text-decoration: none;">.....
NOT
<div style="text-decoration: none;"><a href="" class="myclass">.....


Sign In
Create Account


Back to top









