21286 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 980 Views |
-
Purple Border on Links

3 May 2010 at 7:06pm
I manually placed links on my Page.ss and have images on them.
It's kinda like this:
<a href="link"><img src="sourceimage" /></a>In Chrome and Safari, it looks ok but in IE and Firefox there is this blue and purple border around them. I don't understand why. Is it in the CSS?
An image showing the screenie is attached.
-
Re: Purple Border on Links

3 May 2010 at 10:00pm
Hi.
Add this to your stylesheet:
a img { border: none; }
This will remove the blue border from all images that are used as links.Hope this works,
cheers Christian
| 980 Views | ||
|
Page:
1
|
Go to Top |


