How to get background container color to adjust to each page size
-
body{background: url(../images/bg.png) #7b7b7b repeat-x; font-family: Arial;} .child-mainContainer {width:988px; height:988px; margin: 7px auto 0 auto; background: #ffffff;}
I have tried every code adjustment I could think of. I want the white to adjust to the height of each different page as the height differs. The width is fine its just the height I want to change. I treied auto, 100% etc…
Any thoughts would be great! Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to get background container color to adjust to each page size’ is closed to new replies.