Hi guys, ive tried a few fixes for this I've found online but none seem to work, my css looks like this
#banner{
height: 224px;
width: 856px;
background-image:url(../images/banner_transparent_2.png);
background-repeat:no-repeat;
text-align:left;
}
I have 2 divs overlapping and I need them both to have transparencies in ie6.
Any ideas? thanks
#banner{
height: 224px;
width: 856px;
background-image:url(../images/banner_transparent_2.png);
background-repeat:no-repeat;
text-align:left;
}
I have 2 divs overlapping and I need them both to have transparencies in ie6.
Any ideas? thanks