set background-image issue in IE

by Nirmala 2008-12-31 19:02:24

Hi....
In CSS, background-image and opacity properties are not worked in IE but worked in firefox.
Correct format for all browsers are given below:

<style type=""text/css">
.display{
background:url(image1.gif); //for all browsers
background-image:url(image1.gif); //not work in IE only
opacity:0.5; // for firefox
filter:alpha(opacity=50); //for IE
-moz-opacity:0.5; //for mozilla
}
</style>

Tagged in:

903
like
1
dislike
0
mail
flag

You must LOGIN to add comments