Highlighted image
Posted: Wed Dec 15, 2004 6:06 am
i am using <a> tag over the <img> tag but it outlines the image blue how can i remove that outline.....and i dont want to use <inpt type=image>(novice)
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
a:link img, a:visited img, a:hover img, a:active img {
border: none;
}