Team:UCLondon/Templates/bottom-content

From 2012e.igem.org

(Difference between revisions)
Line 12: Line 12:
<div class="footer-box right">
<div class="footer-box right">
<h3>Sponsors</h3>
<h3>Sponsors</h3>
 +
                        <div id="sponsor-slides">
<ul class="pagination" id="sponsor-page-indicator">
<ul class="pagination" id="sponsor-page-indicator">
  <li class=""><a href="#0">1</a></li>
  <li class=""><a href="#0">1</a></li>
Line 33: Line 34:
</div></div>
</div></div>
</div>
</div>
 +
                        </div>
<!-- .footer-box right -->
<!-- .footer-box right -->
</div>
</div>
Line 83: Line 85:
         var nHeight = ($('.footer-box.left').height() > $('.footer-box.right').height()) ? $('.footer-box.left').height() : $('.footer-box.right').height();
         var nHeight = ($('.footer-box.left').height() > $('.footer-box.right').height()) ? $('.footer-box.left').height() : $('.footer-box.right').height();
         $('#footer-boxes').css('height', nHeight);
         $('#footer-boxes').css('height', nHeight);
-
 
-
 
$(function(){
$(function(){
-
$('#slides').slides({
+
$('#sponsor-slides').slides({
preload: true,
preload: true,
generateNextPrev: true
generateNextPrev: true

Revision as of 18:42, 13 September 2012