Team:UCLondon/Templates/bottom-content

From 2012e.igem.org

(Difference between revisions)
Line 83: Line 83:
         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(){
 +
$('#slides').slides({
 +
preload: true,
 +
generateNextPrev: true
 +
});
 +
});
 +
   </script>
   </script>
</html>
</html>

Revision as of 18:39, 13 September 2012