Exforsys
+ Reply to Thread
Results 1 to 2 of 2

How to Achieve

This is a discussion on How to Achieve within the Html forums, part of the Programming Talk category; I want to have a layer with semi-transparent background. Can someone provide suggestions and tips for achieving this...

  1. #1
    cyrus is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    128

    How to Achieve

    I want to have a layer with semi-transparent background. Can someone provide suggestions and tips for achieving this


  2. #2
    Angela is offline Member Array
    Join Date
    Apr 2006
    Answers
    85
    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)


Latest Article

Network Security Risk Assessment and Measurement

Read More...