Hello All:
I have a page where I have a thin img border around my images. However, being they are linked, the border is taking on the hover property so the border turns red when you hover and purple when you visited.
I tried creating a class with this snip here but it is just putting the border around that original one.
a.pokerchips:hover, a.pokerchips:link, a.pokerchips:visited {
border-style:solid;
border-color:black;
border-width:1px;
}
Is there something I can do to make this work and not take out the property that is causing this?
Thanks,
Paul









Bookmarks