Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个在 chrome 和 Firefox 浏览器中完美运行的网站。但实际问题是,在 Internet Explorer 中,它在页脚处显示了不需要的额外空间。如何在所有浏览器中没有额外空间的情况下调整页脚?
任何帮助,将不胜感激。
我知道问题的根源。问题是因为clear: bothid="block-block-18" 的 div 属性未在 Internet Explorer 中应用。使用“clearfix”是解决方案。stackoverflow 上有许多关于该方法的帖子。请搜索适合您的那一款。
clear: both