Search code examples
jqueryinternet-explorerfooter

IE 8 not pushing footer down when jquery toggle method called


Just getting into jquery.

This problem only occurs in IE 8, its fine in IE 7, IE 8 Compat mode, Chrome and FF.

When the nail enhancements button is clicked the content bombs over the top of the footer.

Does any body have any ideas please? here's the page. http://deansmith.me.uk/acrylicwizarddev/pricelist.aspx

thanks

Dean


Solution

  • On #page, instead of using display: inline-block, use overflow: hidden. It will clear the floats and fix the bug.