- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经实现了 Gallerific SlideShow,我遇到的问题是缩略图垂直显示在 2 列中。
http://www.davincispainting.com/InteriorGallery.aspx
我需要这些 Thumbs 水平显示 10 Pics X 2 Columns
我试图确定在 galleriffic.js 中更改此设置的位置,但无济于事
最佳答案
你的意思是横跨两行?来自 Gallerrific 页面:
How can I change the number of thumbnail columns?
With the stylesheet used in these examples, each thumbnail is floated left, and thus as many thumbnails that will fit in the width of the column will be displayed. If you want fewer or more columns, make the width of the navigation panel smaller or larger. In all but the last example, I am setting the width using javascript with the following lines in the html page:
$('div.navigation').css({'width' : '300px', 'float' : 'left'});
$('div.content').css('display', 'block');
在您的 HTML 中,找到以下行:
<div id="thumbs" class="navigation" style="width: 300px; float: left; opacity: 1; ">
并增加宽度。您可能需要使用确切的数字。
关于javascript - Gallerific SlideShow 缩略图垂直外观,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5613434/
我是一名优秀的程序员,十分优秀!