Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
37594 Points
5573 Posts
Dec 07, 2009 03:42 PM|LINK
until css 3.0 support, the best you can do is design the image to repeat (tile). or you could use javascript to get the size of the div, and have the server generate an image that size.
bruce (sqlwo...
All-Star
37594 Points
5573 Posts
Re: Making a Background Image Stretch to its Parent Tag
Dec 07, 2009 03:42 PM|LINK
until css 3.0 support, the best you can do is design the image to repeat (tile). or you could use javascript to get the size of the div, and have the server generate an image that size.