介绍:目前比较流行的TAB标签效果,美观大方、节省空间。
演示:
[Ctrl+A全选 提示:你可先修改部分代码,再按运行]
下面教你如何应用此特效: tabMenu.js下载
--------------------------------------------------------------------------------------
需要在<body
这里>加入的代码:
无
--------------------------------------------------------------------------------------
以下代码加到<head>…</head>中
以下代码加到<body>…</body>中
<script language=JavaScript src="/texiao/zzsc_demo/tabMenu.js"></script>
<style>
#one { Z-INDEX: 2; VISIBILITY: visible; WIDTH: 235px; POSITION: absolute}
#two { Z-INDEX: 3; VISIBILITY: hidden; WIDTH: 235px; POSITION: absolute}
#three { Z-INDEX: 4; VISIBILITY: hidden; WIDTH: 235px; POSITION: absolute}
</style>
<table cellspacing=0 align=center border=0>
<tbody>
<tr>
<td>
<table cellspacing=0 cellpadding=0 border=0>
<tbody>
<tr>
<td width=80><a
href="javascript:updateTabs('img1');showLayer('one'); hideLayer('two'); hideLayer('three');"><img
src="/texiao/zzsc_demo/tab_atw_nbadaily_on.gif" width=80 border=0
name=img1></a></td>
<td width=80><a
href="javascript:updateTabs('img2');showLayer('two'); hideLayer('one'); hideLayer('three');"><img
src="/texiao/zzsc_demo/tab_atw_espn_off.gif" width=80 border=0
name=img2></a></td>
<td width=80><a
href="javascript:updateTabs('img3'); showLayer('three'); hideLayer('two'); hideLayer('one');"><img
src="/texiao/zzsc_demo/tab_atw_yahoo_off.gif" width=80 border=0
name=img3></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign=top width=235 bgcolor=#efefe7 height=120>
<div id=one>
<table>
<tbody>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Blazers sign Jeff McInnis </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Nash practices with Team Canada
</td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Szczerbiak in a New York state
of mind </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Spurs move on without Antonio Daniels
</td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Harris tells Nuggets he'll stay
with Mav</td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Get the NBA Daily via e-mail </td>
</tr>
</tbody>
</table>
</div>
<div id=two>
<table>
<tbody>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Jazz prodigies should play new
tunes </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">NBA stars fall in Magic's charity
game </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Newell to open 25th Big Man Camp
</td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Hearn remembered as ultimate </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Cuban concerned about insurance
at Worlds </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Sabonis returning to Blazers? <br>
</td>
</tr>
</tbody>
</table>
</div>
<div id=three>
<table>
<tbody>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Inside Dish: European championship
</td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Celtics re-sign Walter McCarty
</td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Trades that need to happen </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Magic sign Ryan Humphrey </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">Marion agrees to extension with
Suns </td>
</tr>
<tr>
<td valign=top ><img height=12
src="/texiao/zzsc_demo/dot.gif" width=8></td>
<td valign=top class="gray">This week's mailbag </td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>