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 Slider 添加到网站并进行了一些 CSS 修改。然而,当在 IE9 中查看该站点时,左侧有一个黑色的大方块。
http://genesisoak.com.au/
到目前为止,我所有的 CSS 调整都是徒劳的,所以我向你们寻求帮助。
谢谢!
将此 CSS 属性(在您的样式表文档中)添加到您的部分类“幻灯片”(.slide )
right: 0;
此属性会将部分附加到页面右侧并解决问题。
这就是你所需要的。