Forum Moderators: not2easy
a img {
border:solid #ffffff 2px;
}
a:hover img {
border:solid #EB7691 2px;
}
simple enough. But the thing is, I don't want this to affect the navigation images at the top of the page. I created a class just for the navigation images. Here is the code for that:
.imgrollover {
padding:0px;
border:0px;
}
As you can see, it gets rid of the white border which is good, but the pink hover border is still there. What should I do?
Thank you in advance
[edited by: tedster at 9:05 pm (utc) on Dec. 17, 2009]
[edit reason] no personal URLs, please [/edit]