cluce Posted April 1, 2009 Share Posted April 1, 2009 How can I get my content tags to push my footer down. If I put to much information in my content section, some of the text information is hidden behind my footer. It is like its not pushing my footer down. body { background-position: left bottom; font-family: Arial, Helvetica, Verdana, Sans-serif; font-size: 12px; background-color: #010159; } .hidden { display: none; } #wrap { background-color: White; width: 850px; margin: auto; background-image: url('../Images/bg1.jpg'); background-repeat: repeat-y; } #page-container { width: 800px; margin: auto; background-color: #010159; } #header { height: 136px; font-family: 'Ant Olive Cp'; font-size: 32px; font-weight: normal; font-style: normal; padding-left: 5px; background-image: url('../Images/header6.jpg'); } #site-map-path { float: right; width: 201px; margin-top: 100px; height: 11px; padding: 10px; font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: center; color: #000080; } h1 { margin: 0; padding: 15px; font-size: medium; } #main-nav { border-left: thin solid #F16005; border-right: thin solid #F16005; border-top: thin none #F16005; border-bottom: thick none #F16005; height: 33px; background-image: url('../Images/nav1.jpg'); border-style: none solid solid solid; } #sidebar-a { border-width: thin; border-color: #F16005; float: left; width: 150px; line-height: 18px; border-left-style: solid; height: 446px; background-color: #010256; background-image: url('../Images/side_nav_bg_2.png'); color: #c9c9c9; text-decoration: none; } #sidebar-a a { color: #c9c9c9; text-decoration: none; } #sidebar-a a:hover { color: #db6d16; } #sidebar-a #side-nav { padding-left:15px; padding-top:10px; } #content { margin-left: 150px; padding-left: 10px; line-height: 18px; background-color: #FFFFFF; height: 446px; border-width: 1px; border-color: #FF6600; border-style: none solid none none; } #content .padding { padding: 25px; } #content h2 { margin: 0; padding: 0; padding-bottom: 15px; color: #010159; } #content p { margin: 0; padding: 0; padding-bottom: 15px; } #footer { height: 53px; clear: both; text-align: center; background-image: url('../Images/footer1.jpg'); color: #FF9933; } #footer a:link { color: Orange; text-decoration: underline; } #footer a:hover { text-decoration:none; color: #db6d16; } Link to comment https://forums.phpfreaks.com/topic/152076-solved-ugh-my-content-tag-is-not-pushing-my-footer-down/ Share on other sites More sharing options...
cluce Posted April 1, 2009 Author Share Posted April 1, 2009 nevermind I solved this but have another issue. Link to comment https://forums.phpfreaks.com/topic/152076-solved-ugh-my-content-tag-is-not-pushing-my-footer-down/#findComment-798639 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.