Team:KIT-Kyoto/sample
From 2010.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
143<BR> | 143<BR> | ||
adg<BR> | adg<BR> | ||
+ | <BR> | ||
+ | フォント<BR> | ||
+ | [[http://www.codestyle.org/css/font-family/sampler-WindowsResultsFull.shtml]]<BR> | ||
+ | <BR> | ||
+ | <BR> | ||
+ | CSS<BR> | ||
+ | <BR> | ||
+ | [[http://www.css-designsample.com/csslayout/technique-3.html]]<BR> | ||
+ | [[http://www.stylish-style.com/csstec/ultimate/css-roll-3.html]]<BR> | ||
+ | </font> | ||
- | + | <title>あああ</title> | |
- | </ | + | <script type="text/javascript" src="rollover.js"></script> |
+ | </head> | ||
+ | <body> | ||
+ | <a href="xxx.html"> | ||
+ | <img src="image_off.gif" alt="menu" id="image1" | ||
+ | onMouseOver="ImgChange('image1','image_on.gif')" | ||
+ | onMouseOut="ImgBack('image1')"> | ||
+ | </a><a href="xxx.html"> | ||
+ | <img src="image_off.gif" alt="menu" id="image1" | ||
+ | onMouseOver="ImgChange('image1','image_on.gif')" | ||
+ | onMouseOut="ImgBack('image1')"> | ||
+ | </a> | ||
+ | </body> | ||
+ | </html> |
Revision as of 15:55, 7 August 2010
123
143
adg
フォント
[[http://www.codestyle.org/css/font-family/sampler-WindowsResultsFull.shtml]]
CSS
[[http://www.css-designsample.com/csslayout/technique-3.html]]
[[http://www.stylish-style.com/csstec/ultimate/css-roll-3.html]]