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.
Nivo 滑块和 Twitter 引导程序彼此不喜欢!
如果你使用拇指,你会得到各种疯狂的表现。
我找到了一个 css 修复程序,我将在下面添加(希望能帮助其他人解决这个问题)。
将 nivo-slider.css 中的 css 更改为:
.nivoSlider img { position:absolute; top:0px; left:0px; }
到
.nivoSlider img { position:absolute; top:0px; left:0px; /* this is the fix */ vertical-align: baseline !important; max-width: none !important; }