Thread: How to Achieve
View Single Post

  #2 (permalink)  
Old 01-30-2007, 07:28 PM
Angela Angela is offline
Member
 
Join Date: Apr 2006
Posts: 98
Angela is on a distinguished road
Quote:
Originally Posted by cyrus View Post
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=truesizingMethod=scalesrc='/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)
Reply With Quote