Quote:
Originally Posted by LadynRed
The method is used is 100% height (see the stickies), but on that 2nd page you linked to,the center body wrapper floats are not cleared, so the wrapper doesn't stretch and 'contain' it's contents correctly.
|
Okay is that this right here
Source 1st Page: "<div id="body_container">
<div id="body_base" style="text-align: center;">"
and how the 2nd Page is missing the: "<div id="body_base" style="text-align: center;">" or am I lost and missing something completely?
Or is it somewhere in the .CSS file and not in the .php page content..
If it is the .css file: "#body_wrapper{
float: left;
width: 100%;
}" Should I change it from that to: "#body_wrapper{
float: left;
width: 100%;
height: 100%;
}"
Also do ya mean the stickie titled: " Div 100% - Create pages that fill the browser window" or another one?
Last edited by n1nj4Lo; 11-14-2008 at 03:51 PM..
|