making a Div opaque
-
Hi
I have entered the following CSS coding intoCustome Style Settings on Layer 2 where my Div is positioned… could you please check the code for me
<html>
<head>
<style>
div
{
opacity:0.5;
filter:Alpha(opacity=50); /* IE8 and earlier */
}
</style>thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘making a Div opaque’ is closed to new replies.