Why do I get a blue line around my images when they're links in IE6?
Is there a quick CSS trick to get rid of them?
Those are borders around the image, try adding this to your CSS file:
a img { border: 0; }
This will remove borders from all images which are hyperlinked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With