0

我正在开发一个可滚动的(jQuery 工具)滑块,其中每张幻灯片都有一个宽背景图像(以便覆盖大多数屏幕宽度),但现在我坚持让可滚动滑块 100% 宽。

如何使用最小宽度 960px 使其流畅到 100%?

我使用了这个例子中的代码

4

2 回答 2

0

I just found this: http://cooshtee.com/blog/2013/04/making-jquery-tools-scrollable-responsive/ Hope this will help!

于 2013-05-18T16:05:02.893 回答
0

你有没有尝试过:

.css-panes {
  min-width: 960px;
  width: 100%;
}

如果是这样,您面临的问题是什么?

于 2012-10-03T16:55:49.127 回答