Hello,

can any one help me make div background transparent in IE ?

i'm using this CSS code and it works good everywhere but IE :(

i was trying with just color instead of image .. was trying
transparent gif ... and nothing helps :(

#map_content {
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
        opacity: .70;
        background: transparent url(http://www.wholesale-flights.com/images/
grnboxbg.jpg) repeat scroll 0% 0%;

        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-inline-policy: continuous;

        position:absolute;
        width:498px;
        height:281px;
        margin-left:50px;
}

thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to