Forums

This topic is locked

new to forum with many Q's

Posted 27 Jan 2003 22:32:10
1
has voted
27 Jan 2003 22:32:10 james crellin posted:
Can anyone tell me how i can acheive this effect. If you go to this site www.benmeadowcroft.com and scroll the page up and down, the tables or layers on the left are transparent and you can see the background image through it. My question is, how is this done? CSS, Javascript, HTML, etc....
Any help on this would be great. Thanks in advanced for any responces
-- james

Replies

Replied 28 Jan 2003 10:09:29
28 Jan 2003 10:09:29 Julio Taylor replied:
it's done using CSS. You need to set the 'filter' settings in the class.
<pre id=code><font face=courier size=2 id=code>
a {display: block; background-color: #334455; filter = "alpha
(opacity=50)"; }
</font id=code></pre id=code>

some links:
www.w3schools.com/css/pr_background-color.asp
www.westciv.com/style_master/academy/css_tutorial/properties/background.html

<img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

Edited by - poolio on 28 Jan 2003 10:10:25
Replied 28 Jan 2003 11:14:38
28 Jan 2003 11:14:38 james crellin replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
it's done using CSS. You need to set the 'filter' settings in the class.
<pre id=code><font face=courier size=2 id=code>
a {display: block; background-color: #334455; filter = "alpha
(opacity=50)"; }
</font id=code></pre id=code>

some links:
www.w3schools.com/css/pr_background-color.asp
www.westciv.com/style_master/academy/css_tutorial/properties/background.html

<img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

Edited by - poolio on 28 Jan 2003 10:10:25
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Thank you poolio. I will try that.

Reply to this topic