This content has been marked as final.
Show 2 replies
-
1. Re: Auto-streching a x-repeated background vertically
Nancy O. Feb 2, 2010 3:34 PM (in response to Andy Bay)Sorry, but static images cannot be stretched. The best you can do is to use a seemless image and repeat it both ways.
#div {
background: url(your-BG.jpg) repeat
}
Or use a compatible background color to fill-in areas beyond the BG image's height.
#div {
background: #92A2C4 url(your-BG.jpg) repeat-x
}
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com -
2. Re: Auto-streching a x-repeated background vertically
Andy Bay Feb 2, 2010 3:57 PM (in response to Nancy O.)Thanks for your reply!



