Template:CSS/UT-Tokyo/Counter/Contents

From 2014.igem.org

(Difference between revisions)
Line 613: Line 613:
$("#contentsBody").mCustomScrollbar("scrollTo","top");
$("#contentsBody").mCustomScrollbar("scrollTo","top");
}
}
-
function chgOpacity(){
+
function chgOpacity(opa){
-
this.style.filter = "alpha(opacity=50)";
+
this.style.filter = "alpha(opacity="+ opa + ")";
-
this.style.-moz-opacity = "0.5";
+
this.style.-moz-opacity = opa;
-
this.style.opacity = "0.5";
+
this.style.opacity = opa;
}
}
</script>
</script>

Revision as of 17:03, 9 October 2014