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.
我在此页面上的标题 div向左浮动。它应该位于页面中间。
知道问题出在哪里吗?它在 Chrome、Safari 和 Firefox 上完美运行,但在 IE8 上却不行。
一个可能的解决方案是使用 HTML5 doctype <!DOCTYPE html>。我最近遇到了这样的问题,这为我解决了。
<!DOCTYPE html>
你得到了特定于 IE 的样式,可以将该标题变成内联块:
<!--[if gte IE 7.0]> <style type="text/css"> .clearfix {display: inline-block;} </style> <![endif]-->
消除 。clearfix从#ja-header
clearfix
#ja-header