Template:我的模板2
From 2008.igem.org
(Difference between revisions)
ZhangHaoran (Talk | contribs) |
ZhangHaoran (Talk | contribs) |
||
(6 intermediate revisions not shown) | |||
Line 21: | Line 21: | ||
with(this){ | with(this){ | ||
filters[0].apply(); | filters[0].apply(); | ||
- | style.background='# | + | style.background='#0000FF'; //这是鼠标移上去时的背景颜色 |
style.border='1px solid #ffffff'; //边框 | style.border='1px solid #ffffff'; //边框 | ||
- | style.color='# | + | style.color='#FFFF00'; //文字颜色 |
filters[0].play(); | filters[0].play(); | ||
} | } | ||
Line 50: | Line 50: | ||
<table class="xmenu" id="xmenu0" border="0" width="776" cellspacing="3" cellpadding="3" height="30" id="table5"> | <table class="xmenu" id="xmenu0" border="0" width="776" cellspacing="3" cellpadding="3" height="30" id="table5"> | ||
<tr> | <tr> | ||
- | <td onclick="window.open(' | + | <td onclick="window.open('https://2008.igem.org/Team:Tianjin', '_blank');">Home</td> |
<td onclick="window.open('https://2008.igem.org/Team:Tianjin/Team', '_blank');">Team </td> | <td onclick="window.open('https://2008.igem.org/Team:Tianjin/Team', '_blank');">Team </td> | ||
- | <td onclick="window.open(' | + | <td onclick="window.open('https://2008.igem.org/Project', '_blank');">Project</td> |
- | <td onclick="window.open(' | + | <td onclick="window.open('https://2008.igem.org/Experiment', '_blank');">Experiment</td> |
- | <td onclick="window.open('http://www.qpsh.com/listpage/104_1.htm', '_blank');"> | + | <td onclick="window.open('http://www.qpsh.com/listpage/104_1.htm', '_blank');">Contact</td> |
- | <td onclick="window.open('http://www.qpsh.com/listpage/114_1.htm', '_blank');"> | + | <td onclick="window.open('http://www.qpsh.com/listpage/114_1.htm', '_blank');">About</td> |
</tr> | </tr> | ||
</table><script>attachXMenu(xmenu0); //在上面这个table结束的地方执行事件动作的绑定, 这里的这个xmenu0就是那个table的id</script> | </table><script>attachXMenu(xmenu0); //在上面这个table结束的地方执行事件动作的绑定, 这里的这个xmenu0就是那个table的id</script> |
Latest revision as of 09:35, 19 October 2008
|