Team:CBNU-Korea/Project

From 2012.igem.org

(Difference between revisions)
Line 269: Line 269:
if ($(window).width() < 481) {
if ($(window).width() < 481) {
-
$('#CB_top'.css({
+
$('#globalWrapper'.css({
top: mobileNavHeight + 'px !important'
top: mobileNavHeight + 'px !important'
});
});
Line 275: Line 275:
}
}
else if($(window).width() > 480){
else if($(window).width() > 480){
-
$('#CB_top').css({
+
$('#globalWrapper').css({
top: 0 +'px'
top: 0 +'px'
});
});

Revision as of 05:21, 11 September 2012