Hi,

I'm having trouble getting my <img> borders to change color on hover in IE -- works fine in everything else it seems.

The link is here: http://pandamouth.org/popup/demoLayout_lastPage.html

the css in question is
#demolayout a img {
    border: 1px solid #6060A1;
}
#demolayout a:hover img {
    border: 1px solid #FFFFFF;
}


for the html:

<td><a href="pge4.html"><img src="pge4sml.jpg" alt="Page 1" /></a></td>


Thanks for the help!

Andrew
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to