Quote:
Originally Posted by cyrus
I want to have a layer with semi-transparent background. Can someone provide suggestions and tips for achieving this
|
PHP Code:
.trans_box2 {
font-family:verdana;
font-weight:bold;
padding:40px;
margin:30px;
border:solid 1px #555;
/* Mozilla ignores crazy MS image filters, so it will skip the following */ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');}/* IE ignores styles with [attributes], so it will skip the following. */.trans_box2[class]
{ background-image:url(/75p_honey.png);}
Cross-browser semi-transparent backgrounds (daltonlp.com)