Does pngfix only affect images in the markup vs in the css?
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-06-15T21:19:36Z
Indexed on
2010/06/15
21:22 UTC
Read the original article
Hit count: 183
I have a sprite that I'm using for rounded corners. The left corner sits on top of a gradient background, but the right corner sits on a white background. I don't want to have to put the images on the page as I'd rather have them in a sprite and just move the placement through the background property.
Will something like pngfix not work if the png is not in the markup?
© Stack Overflow or respective owner