Team:NCTU Formosa/source/head
From 2013.igem.org
(Difference between revisions)
Line 105: | Line 105: | ||
if($('#toc').height()+100>wheight) { long=true; } else {long=false;} | if($('#toc').height()+100>wheight) { long=true; } else {long=false;} | ||
if($(window).width()<943) { | if($(window).width()<943) { | ||
- | $('.changeFontText').css({ | + | $('.changeFontText').css({opacity: '0.01'}); |
- | $('.changeFontArrow').css({ | + | $('.changeFontArrow').css({opacity: '0.01'}); |
} else { | } else { | ||
- | $('.changeFontText').css({ | + | $('.changeFontText').css({opacity: '1'}); |
- | $('.changeFontArrow').css({ | + | $('.changeFontArrow').css({opacity: '1'}); |
} | } | ||
}); | }); |
Revision as of 16:07, 19 September 2013