I use css to put png image on the page , i need the absolute position ,z-index and hover property .
this is the code ...
this code work in firefox but in don't work in IE.
this is an image about the problem to see an example
in Firefox

in IE

the button play is the png image .
i need to change the location of this image in IE to be as it seems in firefox.
therefor i use the absolute position and z-index in css file .
what i can do to make this css work in IE to remove the image??
and i have also hover problem in IE .
please help me.
this is the code ...
Code:
a.play{position:absolute;bottom:-37px!important;bottom:2px;right:10px!important;
right:2px;width:40px; height:40px; margin:0; outline:none; display:none;background:url(play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer; z-index:10000000;}
a:hover.play{background:url(play_h.png) no-repeat;}
this is an image about the problem to see an example
in Firefox
in IE
the button play is the png image .
i need to change the location of this image in IE to be as it seems in firefox.
therefor i use the absolute position and z-index in css file .
what i can do to make this css work in IE to remove the image??
and i have also hover problem in IE .
please help me.
Comment