Template:Team:Amsterdam/Foot
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <script> <!-- Script that fixes the column heights --> |
- | </ | + | var height = Math.max($("#main-sidebar-right").height(),$("#main-content").height()); |
- | < | + | |
- | <div id=" | + | $("#main-sidebar-right").css({ height: height}); |
+ | $("#main-content").css({ height: height}); | ||
+ | </script> | ||
+ | </div><!-- Is opened in header (id=main-bg) --> | ||
+ | <div id="footer"> | ||
<a href="http://www.uva.nl"><img src="http://www.uva.nl/template/skins/uva/gfx/uva-nl.jpg" height="50"></img></a> | <a href="http://www.uva.nl"><img src="http://www.uva.nl/template/skins/uva/gfx/uva-nl.jpg" height="50"></img></a> | ||
<a href="http://www.vu.nl"><img src="http://www.vu.nl/nl/Images/VUlogo_NL_530px_tcm9-201740.png" height="50"></a> | <a href="http://www.vu.nl"><img src="http://www.vu.nl/nl/Images/VUlogo_NL_530px_tcm9-201740.png" height="50"></a> | ||
</div> | </div> | ||
- | </ | + | </div> <!-- Is opened in header (id=main) --> |
</html> | </html> |
Revision as of 22:48, 4 July 2012