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.
在这个网站上:我在 Safari 中遇到以下问题:在导航中第一次单击“KUNDEN”时,完整的标题是不可见的。在我看到的开发控制台中,标头的内容已经加载——也在源代码中。但是直到重新加载页面或标记所有内容(STRG+A),内容才会出现。
有谁知道,为什么会这样?会不会是 Typo3 错误?看那个截图:
我在 Mac 10.8.4 上使用 Safari 6.0.5。
您忘记关闭div标签。
div
第 72 行:
<div style="clear:both" </div></header><div id="content">
应该:
<div style="clear:both"></div></header><div id="content">
查看所有 W3C 验证错误:
http://validator.w3.org/check?uri=http%3A%2F%2F99-ideas.de%2Fhallo.html&charset=%28detect+automatically%29&doctype=Inline&group=0