Forum Moderators: not2easy
or do i have to lay one div, then another over that with 50% opacity?
i.e.
#div1 {
width:300px;
height:100px;
background: url(rectangle.gif) center no-repeat;
]
#div2 {
width:300px;
height:100px;
background:white;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}
is that right?