Team:UCLondon/Templates/bottom-content

From 2012e.igem.org

(Difference between revisions)
Line 64: Line 64:
   <script type="text/javascript">
   <script type="text/javascript">
-
         $('#footer-boxes').css('height', $('.footer-box.left').height());
+
         var nHeight = ($('.footer-box.left').height() > $('.footer-box.right').height()) ? $('.footer-box.left').height() : $('.footer-box.right').height();
 +
        $('#footer-boxes').css('height', nHeight);
   </script>
   </script>
</html>
</html>

Revision as of 17:23, 13 September 2012

sup