Topic: Issue with Background not repeating |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 09-27-2010 07:59
I have a wierd problem that I can't figure out for the life of me. I have a div id called "mainbody" and I want it to have a repeating bg and it's set up correctly, but unless I specify the height of "mainbody" it doesn't display. What am I doing wrong??!? |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-27-2010 09:36
hm... do you have only floating elements within your div? |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 09-27-2010 22:19
Yes. I have the contents of the body enclosed which will have typical images, banners, etc. |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 09-28-2010 00:57
Ahh... figured it out. I needed to clear the floats. at the end of the div. Thanks for pointing it out. |