Template:Team:HokkaidoU Japan/stylesheets/layout.css
From 2012.igem.org
(Difference between revisions)
Line 55: | Line 55: | ||
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | if ($('#hokkaidou-column-nav').height() > $('#hokkaidou-column-main').height()) { | + | $(document).ready(function(){ |
- | + | if ($('#hokkaidou-column-nav').height() > $('#hokkaidou-column-main').height()) { | |
- | + | $('#hokkaidou-column-main').height($('#hokkaidou-column-nav').height()); | |
- | + | }else{ | |
- | } | + | $('#hokkaidou-column-nav').height($('#hokkaidou-column-main').height()); |
+ | } | ||
+ | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 10:06, 14 July 2012