Question by westcoastpr: What is the Internet Explorer CSS code to remove borders around link images?
I use the following code for a navigation bar: a {text-decoration: none; background-color: transparent; color: transparent; margin-left:-8px;} However, it is not working for Internet Explorer. Is there a way that works on all browsers? Or, if there is a possibility that only works on Explorer, I could in both directions.
Best answer:
Answer by Visage
The hint is in the word “border”. Herp Derp.
img { border: 0; }
What do you think? Answer below!
RSS Feed
Twitter

Posted in
Tags:

