admin管理员组文章数量:1323723
is there a simple method to do the following changes on the carousel?
- navigation controls not as an overlay of the picture
- a black border around the picture (place the nav controls here)
- caption outside too
is there a simple method to do the following changes on the carousel?
- navigation controls not as an overlay of the picture
- a black border around the picture (place the nav controls here)
- caption outside too
1 Answer
Reset to default 6This is simply an issue of creating your own CSS sheet below the link to the bootstrap stylesheet.
- To move the navigation controls adjust position on:
.carousel-control.right
and.carousel-control.left
- Border around image:
.carousel-inner > .item > img, .carousel-inner > .item > a > img
- Caption:
.carousel-caption
Look at their CSS through firebug and make your own adjustments. Again, do not edit the bootstrap CSS itself overwrite it with your own.
版权声明:本文标题:javascript - Twitter Bootstrap Carousel customize - navigation controls outside and black border - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742124239a2421863.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论