Please refer to * When first time enter the arrangement of items is OK(three items as a row), but if I refresh it it will screw up
Can someone point me any direction ?
Thanks in advance !

Edit: Is there any differences between refresh and using the link to enter ? Edit:
This problem only happen in Chrome browser

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Please ensure that you include all of your CSS files above the JS files in the head of your document. In webkit based browsers (e.g. Safari and Chrome) there is sometimes problems calculating dimensions if the CSS is included below the JS.

link|improve this answer
I tried, but not work, any other recommendations ? – MemoryLeak Sep 10 '10 at 2:11
It's right! Thanks ! – MemoryLeak Sep 10 '10 at 7:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.