Loldongs Posted July 20, 2008 Share Posted July 20, 2008 Hey guys can you help me fix this firefox bug The content on my site flows over the footer when you resize the browser window height to smaller than the actual content. Here is an example try it in FF and resize the height of your browser. http://www.webdevout.net/test?0v&raw Thanks Quote Link to comment https://forums.phpfreaks.com/topic/115654-content-over-footer/ Share on other sites More sharing options...
xtopolis Posted July 20, 2008 Share Posted July 20, 2008 you might try putting an empty <p> or <div> tag after your </form> with the style "clear: both;" I know you have this on the footer, but you may need to clear it beforehand as well. </form> <div style="clear: both;"> </div> </div><!-- end .titleholder --> Quote Link to comment https://forums.phpfreaks.com/topic/115654-content-over-footer/#findComment-594565 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.