Mike;
Thanks for your input.
Yes, one of the effects I'm trying to avoid is over-lapping bordered indicators when I have a two line link with reduced line height as in:
Code:
<html>
<title>blah</title>
<head>
<style type="text/css">
a{text-decoration:none;line-height:80%;font-size:300%}
</style>
</head>
<body>
<a href="http://www.dynamicdrive.com">blah blah<br />blah blah blah</a>
</body>
</html>
( Font size is exaggerated to intensify unwanted effect. )
I wouldn't even mind if Firefox drew just one border around my two line link, but when it draws two overlapping borders it looks terrible. Wouldn't you agree?
Any idea how I can avoid this effect. Two line links with reduced line height are perfectly legitimate as far as I know, but Firefox is making it look messy.
Any solution would be appreciated.
Thanks
Bookmarks