Team:Lyon-INSA

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
$("#frame").css("width","975px");
$("#frame").css("width","975px");
if ($(window).height()<800)
if ($(window).height()<800)
 +
{
$("#frame").css("height","600px");
$("#frame").css("height","600px");
 +
$("#coupeScroll").css("height","580px");
 +
}
else
else
 +
{
$("#frame").css("height",$(window).height()-200);
$("#frame").css("height",$(window).height()-200);
 +
$("#coupeScroll").css("height",$(window).height()-220);
 +
}
});
});
-
$("#coupeScroll").css("height",$("#frame").height()-20);
+
 
$("#p-logo").find("img").attr("src","http://igem-insa.site88.net/site/images/pied_page2.png");
$("#p-logo").find("img").attr("src","http://igem-insa.site88.net/site/images/pied_page2.png");

Revision as of 15:22, 25 July 2012