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

javascript - How do you prevent nested queries/catches in sequelize? -

java - Could not retrieve pre-bound Hibernate session - Could not obtain transaction-synchronized Session for current thread -

ruby on rails - ActiveRecord order not working -