|
Posted by Jukka K. Korpela on 08/29/06 15:47
rf <rf@invalid.com> scripsit:
>>> a, a:visited, a:hover, a:active {border:none}
- -
> More intriguing is that an a element doesn't have a border by default
> anyway so why explicitly set the border to none?
We cannot know whether <a> elements have borders by default; it's up to
browsers (and user style sheet). I think some version of Opera had default
borders for links. Then again, I don't see the point of trying to remove
such borders if they exist; I'd expect them to exist for a reason, or by
user's choice.
> And what about the missing a:link?
The selector "a" covers that, too, though with a lower specificity.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|