文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>表格或层往下慢慢展开的效果

表格或层往下慢慢展开的效果

时间:2007-02-18  来源:PHP爱好者

提示:您可以先修改部分代码再运行 <html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>php爱好者</title>
</head>

<body>
<script language="JavaScript">
var act;
function over(){
var h = parseInt(mytd.height);
if (h < 164){
mytd.height = h + 2;
clearTimeout(act);
act = setTimeout('over()', 10);
}
}
function out(){
var h = parseInt(mytd.height);
if (h > 30){
mytd.height = h - 2;
clearTimeout(act);
act = setTimeout('out()', 10);
}
}
</script>
<table width="316" height="30" border="2" cellpadding="0" cellspacing="0" id="mytd" onMouseOver="over()" onMouseOut="out()">
<tr>
<td>这里面填写内容[url]www.phpfans.net[/url]<br>php爱好者</td>
</tr>
</table>
</body>

</html>
提示:您可以先修改部分代码再运行
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载