In my CSS I have: a:link { color: #374d7c; text-decoration: none; } a:visited { color: #375d8c; } And does exectly what I want. But on a Mac (in FF), the links are underlined. Do I need another text-decoration? Why on a mac and not on Windoze? Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
I think I've noticed some inconsistency -- but this could be my imagination -- about whether the "link" pseudo class effects are inherited by the "visited" pseudo class. Have you tried adding the "text-decoration: none;" to the visited pseudo class as well?
On 4/14/2011 8:19 AM, nan wich wrote:
In my CSS I have: a:link { color: #374d7c; text-decoration: none; } a:visited { color: #375d8c; } And does exectly what I want. But on a Mac (in FF), the links are underlined. Do I need another text-decoration? Why on a mac and not on Windoze?
/*Nancy*/
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.