开发者

IE 8 not pushing footer down when jquery toggle method called

开发者 https://www.devze.com 2023-01-16 16:27 出处:网络
Just getting into jquery. This problem only occurs in 开发者_如何学JAVAIE 8, its fine in IE 7, IE 8 Compat mode, Chrome and FF.

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 floats and fix the bug.

0

精彩评论

暂无评论...
验证码 换一张
取 消