Team:NCTU Formosa/source/head
From 2014.igem.org
(Difference between revisions)
Line 80: | Line 80: | ||
$('#toc').stop().css({ | $('#toc').stop().css({ | ||
position: 'fixed', | position: 'fixed', | ||
- | top: ' | + | top: '10px', |
left: '-265px' | left: '-265px' | ||
- | } | + | }); |
} | } | ||
var long = false, | var long = false, | ||
Line 105: | Line 105: | ||
$('#toc').stop().css({ | $('#toc').stop().css({ | ||
position: 'absolute', | position: 'absolute', | ||
- | top: ' | + | top: '0px', |
left: '-465px' | left: '-465px' | ||
- | } | + | }); |
} | } | ||
else { | else { | ||
$('#toc').stop().css({ | $('#toc').stop().css({ | ||
position: 'fixed', | position: 'fixed', | ||
- | top: ' | + | top: '10px', |
left: '-265px' | left: '-265px' | ||
- | } | + | }); |
} | } | ||
} | } |
Latest revision as of 17:14, 15 September 2014