background-image size
Brought to you by:
unluckyluke
I don't know if it is a real bug, but when you specify a background image smaller than a box, Internet Explorer expands it till the image reaches the box size. No problems with Firefox, Opera, and Konqueror instead.
I think there's something about the png-fix engine. There are two solutions while this bug will be fixed: do not use quotes in css backgorund-image property
background-image: url(myimage.png);
but you'll lose png-fix (but not other good qualities of PHP-SmartCSS!)
or use a box for every images with the same size.