Forum Moderators: not2easy
I'm having difficulty preventing hyperlinked images from showing the underline that I apply to text links (I use a hovering dotted bottom border on text-links). In Mozilla/Firebird browsers, the border shows and causes the image to *move* the surrounding content which bugs me ;) Opera and IE show the border on hover too, but at least the images don't move stuff.
Anyone know how I can prevent the images from showing the border?
The css I've tried looks like this:
a:active {
border-width:0 0 1px 0;
border-style:dotted;
}
img a:hover {
border-style:none;
}
Have I cocked up the syntax? Or...
Thanks for any suggestions,
B
[edited by: bedlam at 7:54 pm (utc) on Nov. 15, 2003]