Template:Team:Calgary/Main

From 2013.igem.org

(Difference between revisions)
Line 31: Line 31:
<!-- JavaScript and JQuery -->
<!-- JavaScript and JQuery -->
-
<script>
+
<script src="https://2013.igem.org/Team:Calgary/TestPageJS?action=raw&ctype=text/javascript" type="text/javascript" charset="utf-8"></script>
-
$(document).ready(function() {
+
-
if ($('body').width() > 868) {
+
-
$('#TopBar').css('padding-left', Math.floor(($('body').width() - 868) / 2));
+
-
$('#LogoItem').css('display', 'block');
+
-
}
+
-
else if ($('body').width() <= 868) {
+
-
if ($('body').width() > 744) {
+
-
$('#TopBar').css('padding-left', Math.floor(($('body').width() - 744) / 2));
+
-
$('#LogoItem').css('display', 'none');
+
-
}
+
-
}
+
-
+
-
$(window).resize(function() {
+
-
if ($('body').width() > 868) {
+
-
$('#TopBar').css('padding-left', Math.floor(($('body').width() - 868) / 2));
+
-
$('#LogoItem').css('display', 'block');
+
-
}
+
-
else if ($('body').width() <= 868) {
+
-
if ($('body').width() > 744) {
+
-
$('#TopBar').css('padding-left', Math.floor(($('body').width() - 744) / 2));
+
-
$('#LogoItem').css('display', 'none');
+
-
}
+
-
}
+
-
});
+
-
});
+
-
</script>
+
</head>
</head>

Revision as of 23:02, 19 August 2013