DIV dropping down occasionally?
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.
And here it is after refreshing looking how it should. It only happens in Chrome for me.
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.
精彩评论