Team:Cornell/sandbox/header

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <head> <title> 2014 Cornell iGEM </title> <meta name="Description" content="2014 Cornell iGEM" /> <meta name="Keywords" content="hi this is going to be awesome" /> ...")
Line 25: Line 25:
//width of body wrapper
//width of body wrapper
-
$(".wrapper").height($(document).height()-200);
+
$(".home").height($(document).height()-200);
$(window).resize(function() {
$(window).resize(function() {
-
$(".wrapper").height($(document).height()-200);
+
$(".home").height($(document).height()-200);
});
});

Revision as of 17:33, 26 July 2014

2014 Cornell iGEM