Hi Folks, i got this CSS code:
It works perfect with chrome and firefox, but it didnt shown the second picture in IE. Any ideas what should i do? PLZ type the code for an explanation. TY :)
Code:
<style type="text/css">
#roll {display:block; background-image:url(xxx/yyy.jpg); width:520px; height:95px;}
#roll:hover { background-image:url(xxx/zzz.jpg);}
</style>
<div id="roll" style="position:absolute; left:0px; top:231px; width:520px; height:95px; z-index:5; visibility: visible;"></div>
Comment