开发者

DIV dropping down occasionally?

开发者 https://www.devze.com 2023-02-10 21:26 出处:网络
Hey, I am working on my new site. There is no开发者_运维百科t much there yet but I have noticed in Chrome that on the first view of the page, so before refreshing, the social networking div drops down

Hey, I am working on my new site. There is no开发者_运维百科t much there yet but I have noticed in Chrome that on the first view of the page, so before refreshing, the social networking div drops down as if it has clear: both applied to it.

As soon as you refresh it is fine. It only seems to happen in Chrome too?

Can anyone think of a reason why? Any suggestions or ideas will be much appreciated.

Thanks.

EDIT

Here it is before refreshing.

DIV dropping down occasionally?

And here it is after refreshing looking how it should. It only happens in Chrome for me.

DIV dropping down occasionally?


If in the title you don't set float, the "social" div (float:right) has to be placed before the title ;)

check this fiddle out, and try to swap <a> with <div>


I am agree with @anothershrubery. And it shows proper in my browser.

However, it seems like that the problem is with floating the DIVs.

Dose this fiddle help you ? : Formatting DIVs

Please correct me if I am wrong.

Thank you.

Suggestion : Edit you system & browser configuration in your question. This will catch eye to responder.

0

精彩评论

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