Below this code works in IE 5.5 to IE 7. You set the opacity of by changing the end number which can range from 100 to 0.
element{OR
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
element{
filter: alpha(opacity=80);
}
Below this code works in IE 8.
element{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
« Back to web creator tutorials
Rollover navigation with just css Personlize Hyperlinks Write Shorthand CSS Set opacity in IE5.5 - IE8 Set opacity in Fire Fox, Safari, Opera, Chrome