Team:Peking/miningflow

From 2013.igem.org

(Difference between revisions)
Line 67: Line 67:
     document.getElementById("Flowcover4").style.opacity="0";
     document.getElementById("Flowcover4").style.opacity="0";
}
}
-
document.getElementById("Flowcover0").onclick=function()
+
document.getElementById("Flowcover0").onclick=function() //click 0
{
{
     document.getElementById("Flowcover0").style.opacity="0";
     document.getElementById("Flowcover0").style.opacity="0";
Line 74: Line 74:
     document.getElementById("Flowcover3").style.opacity="0.8";
     document.getElementById("Flowcover3").style.opacity="0.8";
     document.getElementById("Flowcover4").style.opacity="0.8";
     document.getElementById("Flowcover4").style.opacity="0.8";
 +
   
}
}
</script>
</script>
</html>
</html>

Revision as of 19:10, 26 September 2013