I've got a page that has both images (that linkout) and regular text links ... the text links are supposed to have a background hover color change -- how do I keep my <a><img></a> from picking up this behaviour?
Thanks,
R
BonRouge
1:57 pm on Nov 13, 2004 (gmt 0)
If this is the Firefox default img link border, then this : a img:hover {border:2px solid blue}
should make it stay the same on hover.
If you want it to just have no border at all, you can go : a img {border:0;}