Template:Queens Canada/Header

From 2012.igem.org

(Difference between revisions)
Line 8: Line 8:
$(document).ready(function () {
$(document).ready(function () {
 +
$('#globalWrapper').css("display","none")
$('#globalWrapper').fadeIn(1500);
$('#globalWrapper').fadeIn(1500);
-
$('#globalWrapper').css("display","inline")
+
 
});
});
Line 17: Line 18:
#globalWrapper
#globalWrapper
{
{
-
display:none;
+
 
}
}
#top-section { height: 20px; margin-left: auto; margin-right: auto; margin-bottom: 5; !important;
#top-section { height: 20px; margin-left: auto; margin-right: auto; margin-bottom: 5; !important;

Revision as of 19:13, 7 June 2012

up