| 综合资源导航: |
本站导航
最新关注
QQ排行榜
推荐图文
论坛热点
| ·中国对西方十大迷信排行榜· |
|
·关于毛泽东的评价· |
|
·圣诞与毛诞· |
|
·我们为什么空虚· |
|
· 一个天方夜潭式的现代神话· |
|
·谈英语政策误中国· |
热门排行榜
表格特效系列
作者:云海之上 发布时间:2008-01-11 19:25:29 浏览次数:3081 变色的表格框
代码:
<table border="0" width="280" id="myexample" style="border:5px solid green">
<tr>
<td>Insert anything you want into this table.
Insert anything you want into this table.
Insert anything you want into this table.
</td>
</tr>
</table>
<script language="JavaScript1.2">
<!--
/*
Flashing Table Border Script-
?Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="green")
myexample.style.borderColor="red"
else
myexample.style.borderColor="green"
}
setInterval("flashit()", 500)
//-->
</script>
<a href="http://yh18.lingd.net/list-77634-1.html">欢迎访问云海之上网博制作</a>
效果:
| Insert anything you want into this table. Insert anything you want into this table. Insert anything you want into this table. |
2 插入表格
代码:
<script>
function creates(){
newiframes=document.createElement("TABLE")
newiframes.id="t1"
newiframes.width="100"
newiframes.border="1"
newiframes.height="100"
newiframes.align="left"
newiframes.style.background="red"
newiframes.insertRow()
newiframes.rows[0].insertCell()
document.body.insertBefore(newiframes)
}
</script>
<body>
<input type=button value='加一个表格' onclick=creates()>
</body>
效果:
3 可拖动单元格
代码:
<script>var isDraging=false;var ox,oy;function fnDown(){ isDraging=true; ox=event.offsetX; oy=event.offsetY; mid.setCapture();}function fnMove(){if(event.button!=1) fnRelease();if(isDraging){ var th=event.y-oTable.offsetTop-oy; if (th<1) th=1; if(th+parseInt(mid.height)>parseInt(oTable.height)) th=parseInt(oTable.height)-parseInt(mid.height); up.height=th; }}function fnUp(){fnRelease();}function fnRelease(){ isDraging=false; mid.releaseCapture();}</script><BODY><TABLE id=oTable width=200 height=250 border=1 cellspacing="0" cellpadding="0" ><TR> <TD id=up bgColor=#330099></TD></TR><TR> <TD id=mid height=40 bgColor=#3366CC onmousedown="fnDown()" onmousemove="fnMove()" onmouseup="fnUp"></TD></TR><TR> <TD id=down bgColor=#330099></TD></TR></TABLE></BODY>
效果:
|
![]() · 大 话 陆 军 专 栏 · |
![]() · 大 话 空 军 专 栏 · |
![]() · 大 话 海 军 专 栏 · |
![]() · 军 史 回 眸 专 栏 · |
|
![]() 最新99G坦克现身 |
![]() 中国变相承认歼18!(图) |
![]() 应对肢解中国的大危机 |
![]() 中国军事强大就安全了吗 |
![]() 朝鲜战争:立国之战 |
![]() 中国对西方十大迷信 |
![]() 中美战略博弈演义 |
![]() • 亲 历 现 代 战 争 • |
![]() • Q Q 聊 天 表 情 • |
![]() • 经 典 影 视 赏 析 • |
![]() • 音 画 朗 诵 鉴 赏 • |
|
![]() 世纪伟人李鸿章 |
![]() 李敖:审判华盛顿 |
![]() QQ2011模块套装 |
![]() 恶趣十足QQ色表情 |
![]() 恐怖QQ表情大全 |
![]() 真人搞笑QQ表情大全 |
![]() 十大样板戏全集观看 |
| 网站首页 | 关于本站 | 广告服务 | 免责声明 | 意见反馈 | 申请链接 | 推荐信息 | 官方论坛 | QQ宝典 | 收录查询 | 加入收藏 | 设为首页 |






































