i would like to use css with filters(alpha). The problem is, that it works
fine with
the MSIE, but it does not work with the NS Version 4.x
In this example, there is a background picture (u.gif) and a filter (o.gif)
and last but not
least the text on the top. This means, the filter is beteen the text and the
background
picture.
What is wrong ? Did i forget anything ? Is it not possible, that it works
fine with the NS ?
The code without filter looks so:
http://www.web-designing.ch/test/without_filter.htm
The code with the filter is following ( It looks so:
http://www.web-designing.ch/test/with_filter.htm )
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table><tr><td background="u.gif">
<table background="o.gif"
style="filter:alpha(opacity=80); -moz-opacity:80%;">
<tr><td> this is the text this is the textthis is the textthis is the
text<br>
this is the text this is the text this is the text this is the text
this is the text this is the text
<br>this is the text this is the textthis is the textthis is the text<br>
this is the text this is the text this is the text this is the text
this is the text this is the text
<br>this is the text this is the textthis is the textthis is the text<br>
this is the text this is the text this is the text this is the text
this is the text this is the text
<br>
</td></tr></table>
</td></tr></table>
</body>
</html>
THANKS FOR HELP IN ADVANCE
Werner Hofer
filters are IE only
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"Werner Hofer" <who...@dplanet.ch> wrote in message
news:3da5d...@news.bluewin.ch...