Jump to content

[SOLVED] Getting the main content of a page to span top-to-bottom


ShootingBlanks

Recommended Posts

Hello - I'm having trouble with the layout of a site I'm working on.  Here's the site in question:

 

http://www.americanidiotsband.com/

 

If you look at it in anything up to 1024x768, it's fine.  But if you go higher than that (say, 1280x1024 resolution), then the main (black) part of the page goes only as far down as the content that is filling it.  What SHOULD happen is that the black background should span all the way to the bottom, no matter how much content is inside it...

 

Here is a link to the stylesheet that I made up:

 

http://www.americanidiotsband.com/styles.css

 

I'm sure I'm doing something wrong, and I'm hoping that someone could help me correct this.  Thanks in advance for any help that can be offered!...

 

 

Sometimes you need to apply a background color to HTML in your stylesheet. You might be applying it to the BODY, but that is sometimes not enough. I have had this problem in the past.

 

html { background-color:#f4edad; }

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.