div container height varies per page
-
Hi,
I have customized a theme. (header, menubar, container, right widget area, footer). I have added a background image in the theme css file screen.css, pointing to the div container of the theme.
The background image should be repeated till the start of the footer. However on 2 of the 4 pages the background image stops, because the height of div container is not stretched to the start of the footer.
How can I solve this problem?
screen.css:
#container { background-color: #fff; background: url(../images/container-bg.jpg) repeat; background-position: 0px -195px; }2c-l-layout.css:
#container { clear: both; float: left; margin: 0 -300px 0 0; width: 100%; }Greetzzz Gerben
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘div container height varies per page’ is closed to new replies.