footer is not going to the bootom of screen
-
guys can anyone help me with this issue? my footer position wants to sit under my left column div (which is through the body) instead of under the body.
I can see i am going to have more of the same issue as my blog increases to grow, and start making more posts.
My css is:
html, body { /* display:table; */ height:100%; margin:0; padding:0; background-repeat:no-repeat; color:#FFF; z-index:2000; } #page-background { position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1; } #header { padding-top:20px; } #primary, #secondary { float: right; overflow: hidden; width: 25%; } #content { width: 100%; position:relative; z-index:1; padding-top:20px; font-family: Tahoma, Geneva, sans-serif; color:#FFF; border:1; border-color:#FFF; } #body{ float:right; width:50%; /* width:500px; */ color:#FFF; border: medium; border-color:#FFF; padding-top:20px; margin-left:50px; } #sidebar{ float:right; /*width:25%*/ width:223px; padding-left:10px; } #table-headers { font-family:Arial, Helvetica, sans-serif; font-size:16px; padding-left:12px; color: #FFF; font-weight: bold; } .tablefont { font-size: 12px; font-family: Verdana, Geneva, sans-serif; } #footer { /* position:relative; clear:both; margin-left:250px; padding-top:20px; width:800px; bottom:0px; */ clear:both; position: relative; bottom:0px; float:left; width:100%; border-top:1px solid #000; }
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘footer is not going to the bootom of screen’ is closed to new replies.