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.
我一直在制作一个小型假日网站,并且一直在修改现有的 wordpress 主题。但是,该网站在 Chrome 中看起来不错,但是当我在 Firefox 中查看它时,哎呀!我不知道发生了什么。
http://rita.adsa.co.uk/
有人可以指出我正确的方向吗?这让我很困惑!
最好的祝愿!
定义clear both你的#header .smooth_slider
clear both
#header .smooth_slider
像这样
#header .smooth_slider{ clear:both; }
结果是
添加clear: both到滑块元素:)
clear: both