Team:UCLondon/Templates/bottom-content

From 2012e.igem.org

(Difference between revisions)
Line 109: Line 109:
   
   
<script type="text/javascript">
<script type="text/javascript">
 +
 +
$(document).ready(function() {
         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);
 +
});
</script>
</script>
   
   
</html>
</html>

Revision as of 21:01, 13 September 2012