Hello-
I'm sure this has come up, but I can't get a png to work in IE 5.5-6. I tried different fixes but it won't work. My image is in the CSS as a background image...and that is the problem...here is my CSS code:
Here is my CSS:
#wrapper {
position: absolute;
left: 50%;
width: 774px;
height: 556px;
margin-left: -387px; /*set to negative number 1/2 of width*/
background-image:url(images/shadow_bg.png);
background-repeat:no-repeat;
background-position:bottom;
}
Can anyone tell me how to make a png used in a style sheet? All I can find is fixes to png's within the actual html...thanks in advance...



Reply With Quote



Bookmarks