Search code examples
htmlcssfooter

Is it a bad design to have different footer position on main page and sub pages?


There's this bug that I can't seem to fix where IE cuts off part of my text if I leave the footer in the same exact place as the main page. The following are examples of my main page footer position and the subpage footer position. I was wondering is it bad design to move the footer position this way? (the flow of the site fits better with the moving of the footer though)

Main page: http://www.sixfoldstudios.com/stars/index.html Subpages: http://www.sixfoldstudios.com/stars/home.html

Thanks!


Solution

  • I would keep the footer the same everywhere. The reason why you might have a problem is because your footer div is in the rightcontent div.

    Just move it outside just before the closing div of your container and if text overlaps it set the css to clear:both;