IE 8 not pushing footer down when jquery toggle method called
Just getting into jquery.
This problem only occurs in 开发者_如何学JAVAIE 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
On #page
, instead of using display: inline-block
, use overflow: hidden
. It will clear the float
s and fix the bug.
精彩评论