I just tried to implement a simple change of background color on a a:hover
but i realized it doesn't work at all in IE and i really have no idea of why.
Is this a known issue and is there a way to get around it?

the markup is quite simple actually
it's like

...
<div id="foot">
<ul>
<li><a href="http://....";><img src=".....jpg"></a>
</ul>
</div>

and the css easy as it can be..

#foot img {
   border:none
}
#foot a:hover img {
background: #b55ad4;
}

any idea about this?
Thanks for you attention anyway on this issue

*Alisha*
______________________________________________________________________
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