Team:CBNU-Korea/Project

From 2012.igem.org

(Difference between revisions)
Line 269: Line 269:
if ($(window).width() < 481) {
if ($(window).width() < 481) {
-
$('#globalWrapper'.css({
+
$('#main_contents'.css({
top: mobileNavHeight + 'px !important'
top: mobileNavHeight + 'px !important'
});
});
Line 275: Line 275:
}
}
else if($(window).width() > 480){
else if($(window).width() > 480){
-
$('#globalWrapper').css({
+
$('#main_contents').css({
top: 0 +'px'
top: 0 +'px'
});
});
Line 302: Line 302:
-
<div id="CB_top">
+
<div id="main_contents">
 +
 
 +
<div id="CB_top">
<div id="CB_top_logo_cont">
<div id="CB_top_logo_cont">
<div id="CB_top_CBNU_logo">
<div id="CB_top_CBNU_logo">
Line 328: Line 330:
</div>
</div>
 +
 +
 +
</div>
 +
 +
</doby>
</doby>
</html>
</html>

Revision as of 05:24, 11 September 2012