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.
我不明白为什么当我加载页面时:http: //judopassion.com/wordpress/ 在页面加载期间,我的标题会上下移动,直到它停止。
什么css问题?谢谢。
这是因为您的 facebook 插件是与网页异步加载的。这意味着您的 facebook/social 插件占用的区域最初的高度为 0,并且在加载之后是浏览器的页面渲染后,因此它会将标题向下移动。
如果你仔细看,facebook 插件最初是没有加载的。并且您的标题在加载后会向下移动:D
有一个简单的解决方法。只需将 facebook 部分的高度设置为预设高度height: 30px;
height: 30px;