"Website Carousel July 31 2014"
Bootstrap 3.2.0 Snippet by rhondak

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <style type="text/css">.carousel-caption { position: relative; left: 0%; right: 0%; bottom: 0px; z-index: 10; padding-top: 0px; padding-bottom: 0px; color: #000; text-shadow: none; & .btn { text-shadow: none; // No shadow for button elements in carousel-caption } } .carousel { position: relative; } .controllers { position: absolute; top: 0px; } .carousel-control.left, .carousel-control.right { background-image: none; } </style> <div class="carousel slide" data-ride="carousel" id="carousel-example-generic"><!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <div class="holder col-sm-8"><a href="http://libguides.scf.edu/libary_hours_staff_local_libraries_location" "target="_blank" title="Librarians are available to help with research"><img class="img-responsive" src="https://s3.amazonaws.com/libapps/accounts/390/images/unsplashbird.JPG" width="1000" /> </a></div> <div class="col-sm-4"> <div class="carousel-caption"> <h1>Library Services</h1> <p> <a href="http://libguides.scf.edu/libary_hours_staff_local_libraries_location" style="line-height: 1.6;" target="_blank" title="Librarians are available to help with research">Research and Topic Help.</a><br /> <a href="http://libguides.scf.edu/content.php?pid=336054" style="line-height: 1.6;" target="_blank" title="Need technology? We have portable technology">Borrow iPads, Tablets and Computers.</a><br /> <a href="http://libguides.scf.edu/" style="line-height: 1.6;" target="_blank" title="Research tips, best databases and librarian video demos">Subject Guides and Tutorials 24/7.</a><br /> <a href="http://www.askalibrarian.org/vrl_intro.php?library=FLCC1500" style="line-height: 1.6;" target="_blank" title="Chat, text, email and real help.">Ask A Librarian Chat/Text/Email.</a></p> <p>Want to know more?</p> <a class="btn btn-sm btn-success" href="http://www.askalibrarian.org/vrl_intro.php?library=FLCC1500"><span class="glyphicon glyphicon-bullhorn"></span> Ask A Librarian</a></div> </div> </div> <div class="item"> <div class="holder col-sm-8"><a href="http://libguides.scf.edu/State_college_of_Florida_Library_Distance_Learner_Help" target="_blank" title="Taking course online? This is an overview of Library resources."><img alt="..." class="img-responsive" src="https://s3.amazonaws.com/libapps/accounts/390/images/Screen_Shot_2014-07-08_at_2.08.28_PM.png" /></a></div> <div class="col-sm-4"> <div class="carousel-caption"> <h1>Take Some Time...</h1> <p>Build Research Skills and Find Research Support.</p> <p><a href="http://libguides.scf.edu/State_college_of_Florida_Library_Distance_Learner_Help" target="_blank" title="Taking course online? This is an overview of Library resources.">Distance Learner Orientation.</a><br /> <a href="http://libguides.scf.edu/Search_Scholarly_Articles_SCF_Library" style="line-height: 1.6;" target="_blank" title="Find credible peer reviewed and scholarly articles.">Find Scholarly Articles.</a><br /> <a href="http://libguides.scf.edu/content.php?pid=213264&sid=1774736" style="line-height: 1.6;" target="_blank" title="What makes a source credible?">Evaluate Search Results.</a><br /> <a href="http://libguides.scf.edu/content.php?pid=213264&sid=1774773" style="line-height: 1.6;" target="_blank" title="Elements to compare to determine if an article is scholarly.">Scholarly vs Popular vs Trade Magazines/Journals</a><span style="line-height: 1.6;"></span></span></p> <p>Have other questions?</p> <a class="btn btn-sm btn-primary" href="http://libguides.scf.edu/FAQs_Frequently_Asked_Questions_Help"><span class="glyphicon glyphicon-question-sign"></span> Frequently Asked Questions</a></div> </div> </div> <div class="item"> <div class="holder col-sm-8"><img alt="..." class="img-responsive" src="https://s3.amazonaws.com/libapps/accounts/390/images/Screen_Shot_2014-07-08_at_1.49.05_PM.png" /></div> <div class="col-sm-4"> <div class="carousel-caption"> <h1>Student Choice</h1> <p>All campus libraries have unique student driven collections of books and DVDs.</p> <p>Want more? </p> <p>It's your CHOICE!</p> <a class="btn btn-sm btn-info" href="#"><span class="glyphicon glyphicon-send"></span> </a><a href="mailto:LibrarySuggestionBox@scf.edu" title="Library Suggestion Box">Library Suggestion Box</a></div> </div> </div> </div> <div class="controllers col-sm-8 col-xs-12"><!-- Controls --><a class="left carousel-control" data-slide="prev" href="#carousel-example-generic"><span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" data-slide="next" href="#carousel-example-generic"> <span class="glyphicon glyphicon-chevron-right"></span> </a> <!-- Indicators --> <ol class="carousel-indicators"> <li class="active" data-slide-to="0" data-target="#carousel-example-generic"> </li> <li data-slide-to="1" data-target="#carousel-example-generic"> </li> <li data-slide-to="2" data-target="#carousel-example-generic"> </li> </ol> </div> </div>
.carousel .item { -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; } .carousel .active.left, .carousel .active.right { left:0; opacity:0; z-index:2; } .carousel .next, .carousel .prev { left:0; opacity:1; z-index:1; } </style>
<script type="text/javascript"> $(document).ready(function() { $('.carousel').carousel({interval: 7000}); }); </script>

Related: See More


Questions / Comments: