jquery循环:覆盖宽度?

Posted

技术标签:

【中文标题】jquery循环:覆盖宽度?【英文标题】:jquery cycle: overriding the width? 【发布时间】:2012-07-20 16:35:50 【问题描述】:

我使用的是 jQuery Cycle,但它会自动设置 div 的宽度。

循环的 div 有 ID #slideshow,所以我目前不得不修改 CSS

#slideshow 
  width: 100% !important;

有没有办法使用 jQuery Cycle 选项而不是使用 !important 来实现这一点。

任何提示将不胜感激!

【问题讨论】:

我从未使用过该插件,但快速搜索后我进入了jQuery Cycle Plugin Options 页面,该页面包含诸如宽度和合身等内容。您在插件中使用了哪些选项? 【参考方案1】:

set width option as

width: "100%"  // container width (if the 'fit' option is true, the slides will be set to this width as well)

【讨论】:

我想你忘了把“”作为宽度:“100%”

以上是关于jquery循环:覆盖宽度?的主要内容,如果未能解决你的问题,请参考以下文章

如果屏幕小于某个宽度,则隐藏 div

jquery如何获得宽度为百分比的元素的宽度?

如何用jquery实现实时监控浏览器宽度

js或者jquery如何获取自适应宽度的具体值

动态 FLOT 图例表

UIButton .selected 不覆盖按钮的整个宽度?