i use this, only dont work on ie6
in ie6 just stay a solid color cause i used a png

#contents {
        position:absolute;
        top: 61px;
        right: 4px;
        width:678px;
        height:322px;
        background-image: url(../images/bg_pink.png) !important;
        filter: none !important;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(enabled=true,sizingMethod=crop src=’../images/bg_pink.png’);
        background-repeat : no-repeat;
        z-index: 1000;
}





On 7 ago, 12:33, EugeneS <[email protected]> wrote:
> i was testing under IE8 ... but i think the same problem will happen
> in all IEs at least IE8 in compatibility mod has the same behaviour as
> without this compatibility...
>
> On Aug 7, 2:27 am, "www.vitorneves.com"
>
> <[email protected]> wrote:
> > Are u testing on ie6 or 7?
>
> > On 6 ago, 09:26, EugeneS <[email protected]> wrote:
>
> > > 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