|
So you want the height to stretch?
If your images are designed correctly and your CSS and HTML is done correctly, your shouldn't have a problem stretching vertically.
You can set both a color and a background image in CSS. So if you had a content div with a specific background, and repeating that background wouldn't look right (for example, a horizontal gradient) you can also set a background color. If you do not repeat your background image, the solid color will show up after the end of the image.
|