Menu

#1 background-image size

open
nobody
None
5
2008-01-26
2008-01-26
Carletto
No

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.

Discussion


Log in to post a comment.