I need to make a semi-transparent image. The image has rounded corners, so if I use a GIF, and add the code:
Code:
image:-moz-opacity:50%;
filter:Alpha(Opacity=50);
, the edges will be rough, but if I use a PNG, when viewed in MSIE, the transparency around the rounded edges will be grey. What can I do that would satisfy both IE and every other browser? I hate you microsoft!
Thanks,
Micah
|