Same Old

Works in FF but no IE. I never thought it could happen (sarcasm)

anyways:D

i have images(wow arent i the best) “ok enough of the sarcasm”.

Ok i have images, and using css i have borders around them.

html:

<a href="http://www.link.com"><img class="thumb" src="image.jpg"></a>

css:


#sidebar img.thumb {    

    margin-top: .5em;

    border-bottom: 1px solid #D1DCB9;

    border-right: 1px solid #D1DCB9;

    background: #ffffff;

    padding: 5px;

}

#sidebar a img.thumb:hover {
    background: #75C200;
    }

side bar is the div tag that its all placed in. When the images are links and the mouse is rolled over them, the border colour should change.

Now it works in FF but not IE and i’ve seen it work in IE before. What am i missing?

I thank you for your time.

:mountie: