View Full Version : div opacity


netaholic
06-23-2005, 06:23 PM
is there anything wrong with this code for a semi opaque div? if so, how can I change it because it's not working =(

<div id=layer2 style="top:1; left:2; width:200; background=color:#669966; border: #000000 1px dashed; opacity=50;">

Monkey Bizzle
06-23-2005, 07:09 PM
you are missing something... check out this tutorial:

http://www.lissaexplains.com/forum/showthread.php?t=74217

netaholic
06-23-2005, 08:01 PM
i still dont get it =/

lefty
06-23-2005, 08:35 PM
What don't you "get?" You'll have to be more specific.

kittycat
06-23-2005, 08:35 PM
<div id=layer2 style="top:1px; left:2px; width:200px; background-color:#669966; border: #000000 1px dashed; filer: alpha(opacity=50);">
Fixed up a few other little things too.