Team:Tokyo-NoKoGen/Project
From 2010.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<center><a href="#"><img src="https://static.igem.org/mediawiki/2010/b/b8/Ecotanker_project_50%25.png" width=900px class="css-hover" /></a></center> | <center><a href="#"><img src="https://static.igem.org/mediawiki/2010/b/b8/Ecotanker_project_50%25.png" width=900px class="css-hover" /></a></center> | ||
<img border="0" src="images/netscape.gif" width="32" height="32" style="position: relative; top: 15; left: -15;"> | <img border="0" src="images/netscape.gif" width="32" height="32" style="position: relative; top: 15; left: -15;"> | ||
+ | |||
+ | <HTML> | ||
+ | <HEAD> | ||
+ | <TITLE></TITLE> | ||
+ | <SCRIPT language="JavaScript"> | ||
+ | <!-- | ||
+ | // オンマウスで透明度を変更する | ||
+ | function chAlp(img, alpha) { | ||
+ | document.images[img].filters['alpha'].opacity = alpha; | ||
+ | } | ||
+ | //--> | ||
+ | </SCRIPT> | ||
+ | </HEAD> | ||
+ | |||
+ | <BODY bgcolor="#ffffff"> | ||
+ | <!-- 指定するのは「不透明度」です --> | ||
+ | 透明度80%→40%<BR> | ||
+ | <A href="#" onMouseover="chAlp('ia', 0)" onMouseout="chAlp('ia', 20)"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/b/b8/Ecotanker_project_50%25.png" width=900px class="css-hover" name="ia" border="0" style="filter:alpha(opacity=20)"></A> | ||
+ | <BR><BR> | ||
+ | |||
+ | </BODY> | ||
+ | |||
</html> | </html> |
Revision as of 12:47, 21 October 2010