作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 my page 上使用 jquery royalslider .我添加了缩略图导航。我如何设置缩略图导航的样式,使缩略图容器没有背景色,并且覆盖横幅图像。横幅图像应作为缩略图容器的背景。请帮我解决这个问题。
最佳答案
这是你的答案,但你需要做更多的工作,因为,如果你改变你的缩略图,在 slider 上,然后图像的一些文本被隐藏,由于缩略图图像,
以下是所需的更改,
.royalSlider{
width: 1024px;
height: 465px; //Change the height from 528px to 465px;
position: relative;
direction: ltr;
background: #eef8fb;
}
.rsDefault .rsThumbsHor{
padding-bottom: 4px; */
width: 100%;
height: 68x;
position: absolute; /* Need to add the styling*/
bottom: 0; /* Need to add the styling*/
}
希望这对你有用。
关于jquery - 在 jquery royal slider 中设置缩略图导航的样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40604106/
我是一名优秀的程序员,十分优秀!