Custer Posted July 19, 2007 Share Posted July 19, 2007 Hey guys, I recently took a 3 column layout design off of some site, but it wouldn't display properly in FireFox, so I just made my own code, and everything is PERFECT in both IE and FireFox, but my footer won't show... body { margin: 0px; padding: 0px; background: black; } #header { height: 150px; background: black; } #leftCol { position: absolute; left: 0px; width: 15%; top: 153px; font-color: black; background-image: url('/images/dkredblk.gif'); } #rightCol { position: absolute; top: 153px; right: 0px; width: 16%; background: black; } #mainCol { position: absolute; top: 153px; left: 15%; right: 16%; width: 69%; bottom: 6; font-color: brown; background-color: #D1D1D1; } #footer { height: 60px; width: 100% background: black; font-color: red; } Mind helping me out? Link to comment https://forums.phpfreaks.com/topic/60709-css-footer-not-showing/ Share on other sites More sharing options...
AndyB Posted July 19, 2007 Share Posted July 19, 2007 Hey guys, I recently took a 3 column layout design off of some site, but it wouldn't display properly in FireFox, so I just made my own code, and everything is PERFECT in both IE and FireFox, but my footer won't show... Mind helping me out? Fairly perfect maybe? Of course we actually need to see the (generated) html. Please post a link to the problem page online. Link to comment https://forums.phpfreaks.com/topic/60709-css-footer-not-showing/#findComment-302014 Share on other sites More sharing options...
Custer Posted July 19, 2007 Author Share Posted July 19, 2007 http://www.custopoly.newsit.es/index2.php Link to comment https://forums.phpfreaks.com/topic/60709-css-footer-not-showing/#findComment-302017 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.