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.
您好,我在使用此滑块时遇到问题:http ://www.unscspartanteamomega.com/home2当我在 Google Chrome 开发工具上打开该网站时,我发现问题来自<div id="featured" class="orbit" style="width: 1px; height: 370px; ">1px 阻止了图片,我已经检查过了我的 CSS 什么都没有,我不知道如何摆脱 1px。有人可以指出我或帮助我吗?
<div id="featured" class="orbit" style="width: 1px; height: 370px; ">
你的div“特色”ID 有风格width:1px;
div
width:1px;
编辑:对不起,我忘了说,它不是css内联样式,也不是由一些 JavaScript 动态添加的。检查您的 html 源并删除 style="width:1px;" 在那个 div 上或指定正确的维度。
css
顺便提一句。如果你没有我建议你安装萤火虫,会节省你很多时间和精力!