twitter bootstrap - Jquery responsive slider with text block under it -


i looked lot slider (jquery or bootstrap) image didn't find anything. slider has image in top, bullets many slides , then, under it, each slide has text block.

i tried ones text in top in caption, didn't work. if knows slider in image please tell me, or if have idea great.

just add following css if using bootstrap

.carousel-indicators {     bottom: 0;     margin-bottom: -20px; } .carousel-indicators li{     border: 1px solid #f44336; } .carousel-indicators .active {     background-color: #f44336; } 

demo


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -