Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1267, June 20, 2001 at 10:54:01:

You are here: irt.org | About | Feedback | 2871 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1267

Sent by
phil_whittaker on June 20, 2001 at 10:54:01:

Comments:
For IE why not look at filters.

In CSS
#tranLayer {filter: Alpha(Opacity=80);}

Or Javascript
document.all['tranLayer'].style.filter = "alpha(opacity=100)"

There are several other cool and useful effects (such as gray, flipV ...


©2018 Martin Webb