Log in

View Full Version : Resize background image



Freeman
11-30-2006, 06:00 PM
What is the script to resize a background image in css. A picture is to big so I can't see all of it. Thanks for the help, JF

mwinter
11-30-2006, 06:47 PM
What is the script

There are no scripts in CSS.



to resize a background image in css.

There are no property values that resize background images. Images are either displayed as-is, or they are tiled - horizontally, vertically, or both.

Mike

coothead
12-01-2006, 12:09 PM
Hi there Freeman,

you will have to wait for CSS3. ;)



http://www.w3.org/TR/css3-background/
http://www.w3.org/TR/css3-background/#the-background-size

coothead