Forums
This topic is locked
Layer 80% tranparency
Posted 12 Nov 2003 13:31:06
1
has voted
12 Nov 2003 13:31:06 Turo Jokinen posted:
Does anyone know how to make a layer 80% transparent so the page backgound would slightly "shine" through the layer??Tursas
Replies
Replied 12 Nov 2003 18:30:47
12 Nov 2003 18:30:47 Wayne Hultum replied:
if you are using a style sheet on your site then put this in it
<pre id=code><font face=courier size=2 id=code>.alpha{ filter: Alpha(Opacity=80);
} </font id=code></pre id=code>
then in the layer id put <b>class="alpha"</b>
If you are not using a style sheet on your site put
<pre id=code><font face=courier size=2 id=code> <style type="text/css">
.alpha{ filter: Alpha(Opacity=80);
}
</style></font id=code></pre id=code>
above the closing head tag then in the layer id put <b>class="alpha"</b>
hope it helps
<pre id=code><font face=courier size=2 id=code>.alpha{ filter: Alpha(Opacity=80);
} </font id=code></pre id=code>
then in the layer id put <b>class="alpha"</b>
If you are not using a style sheet on your site put
<pre id=code><font face=courier size=2 id=code> <style type="text/css">
.alpha{ filter: Alpha(Opacity=80);
}
</style></font id=code></pre id=code>
above the closing head tag then in the layer id put <b>class="alpha"</b>
hope it helps