Team:UCLondon/Templates/Header
From 2012e.igem.org
(Difference between revisions)
Line 131: | Line 131: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | + | // var nHeight = $('.MBContent').height(); | |
- | $('.MBWikiStyle').css('height', nHeight); | + | //$('.MBWikiStyle').css('height', nHeight); |
+ | |||
+ | setTimeout(function(){ | ||
+ | var nHeight = $('.MBContent').height(); | ||
+ | $('.MBWikiStyle').css('height', nHeight); | ||
+ | },500); | ||
Revision as of 23:50, 26 October 2012