Template:CSS/UT-Tokyo/Counter/Contents
From 2014.igem.org
(Difference between revisions)
Pineappler (Talk | contribs) |
Pineappler (Talk | contribs) |
||
Line 612: | Line 612: | ||
function bttop(){ | function bttop(){ | ||
$("#contentsBody").mCustomScrollbar("scrollTo","top"); | $("#contentsBody").mCustomScrollbar("scrollTo","top"); | ||
+ | } | ||
+ | function chgOpacity(){ | ||
+ | this.style.filter = "alpha(opacity=50)"; | ||
+ | this.style.-moz-opacity = "0.5"; | ||
+ | this.style.opacity = "0.5"; | ||
} | } | ||
</script> | </script> |