Footer will not clear:both; refuses to stay at the bottom
-
#footer {
clear:both;
text-align: center;
font-size:.8em;
border: 1px solid #D4DBD3;
width:99%;
height:100%;
margin: 0 auto 0 auto;
}This is my css style for the footer. You would think it would work to force the footer beyond everthing on the page, but it doesn’t. Not exactly.
The only way the footer behaves correctly is it I removed Position:Absolute from the sidebar style, but when I do that, then the sidebar gets wonky and starts to move up and behind the header images in Opera 9.02.
As long as I leave Position:Absolute in place, the sidebar behaves properly, but then the footer starts acting wonky again and crawels back up the page on short entries.
I sure would appreciate the help. I have searched the support forums but have yet to find a fix that works.
Thanks.
PS : URL = https://bluestravels.com
css= https://www.bluestravels.com/wordpress/wp-content/themes/travelogue1-0-3/style.css
- The topic ‘Footer will not clear:both; refuses to stay at the bottom’ is closed to new replies.