When first time enter the arrangement of items is OK, but if I refresh it it will screw up

感情迁移 提交于 2019-12-08 09:45:43

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/3673313/when-first-time-enter-the-arrangement-of-items-is-ok-but-if-i-refresh-it-it-wil

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!