In Firefox and IE7 - Blue link border show up on the images, and I would like to get rid of them.
http://robertbarnesdesign.com/UPLOAD4/belts1.html
Thanks. Robert JJ
In Firefox and IE7 - Blue link border show up on the images, and I would like to get rid of them.
http://robertbarnesdesign.com/UPLOAD4/belts1.html
Thanks. Robert JJ
Hey missgee, That did the trick.
Thanks.
Robert JJ
Hey Ryan,
Thanks.
Robert JJ
Just so you know, it comes from when the image is wrapped in an anchor, and the color (nto that this matters) of the underline comes from the color of hte font
Add this to your css file.
img {
border-style: none;
}