[thelist] Opacity in IE5 with CSS

Peter-Paul Koch ppk at xs4all.nl
Tue Oct 31 02:10:27 CST 2000


>> I think it is something like : filter:Alpha(opacity=50%)
>
>Go to MSDN:
>msdn.microsoft.com/workshop
>>> HTML, DHTML, & CSS >> Filters & Transitions Reference
>
>The syntax it recommends for IE5.5 is
>
>filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=n)

Yes, but the earlier example works just as well, and since it's much easier
I'll stick to it.

>While we're on the subject, does anyone know of an object SPECIFIC to
>IE5 that can be used for browser detection?

var IE5 = (document.getElementById && document.all)

ppk




More information about the thelist mailing list