I am trying to get the opacity to work on one of my images. Here is what I have in the style sheet.
.seethru {position:absolute;
filterrogid
XImageTransform.Microsoft.BasicImage(opacity=0.15);
moz-opacity:0.90;
top:110px;
left:200px;
}
This is the html
<div class="seethru"><img src="computer.gif"></img></div>
It works in IE, but not in firefox. What browsers can you do opacity with?
Thanks



rogid
XImageTransform.Microsoft.BasicImage(opacity=0.15);



Bookmarks