Team:UCLondon/Templates/bottom-content
From 2012e.igem.org
(Difference between revisions)
Line 42: | Line 42: | ||
</style> | </style> | ||
+ | |||
+ | <script> | ||
+ | $(function(){ | ||
+ | $('#sponsor-slides').slides({ | ||
+ | preload: true, | ||
+ | generateNextPrev: false | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
Line 82: | Line 91: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
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); |
Revision as of 20:39, 13 September 2012