首页
精品网站
艺术设计
网络学院
信息中心
求职招聘
网站综合
服装网站
编程开发
设计论坛
投稿
我要上榜
设计资源站
Dreamweaver
Flash
Photoshop
其它周边
web标准
asp
php
.net
CSS
WAP网站攻略
专题
深圳网站建设
广州网站设计
域名注册
上海网站建设
虚拟主机
广州网站建设
广州网页设计
签名设计
虚拟主机
域名注册
品牌形象设计
设计联盟
当前位置:
网络学院首页
>>
设计教程
>>
web标准
>> 仿windows选项卡效果连载一
仿windows选项卡效果连载一
网站色彩搭配讲解
跟我探索网站排名的捷径
网页banner设计欣赏
网站装饰图标设计欣赏
设计赛事集合
网页JS特效大全
来源:
中国设计秀
作者:
cookey
点击:
1134
加入收藏
关键字:
css
WEB标准
div
仿windows选项卡效果
源码如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Tab Effect Example</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> <!-- a {blr:expression(this.onFocus=this.blur())} body { font-family: "Verdana"; font-size: 10px; } td { font-family: "Verdana"; font-size: 10px; padding:3px; } .qqtable { font-family: "Verdana"; font-size: 10px; padding:0px; } .tabon { background-color: #999999; border-top: 1px solid #000000;border-right: 1px solid #000000;border-left: 1px solid #000000; color: #000000; font-weight: bold; } .taboff { background-color: #CCCCCC; border: 1px solid #CCCCCC; color: #FFFFFF; } .tdbody { border: 1px solid #000000; line-height:20px; background-color: #ffffff; } a:link { color: #333333; text-decoration: none; } a:visited { color: #333333; text-decoration: none; } a:hover { color: #999900; text-decoration: underline; }.qqbody { border-left: 1px solid #999999; border-right: 1px solid #999999; } --> </style> <script language="JavaScript"> function tabit(id,cid) { tab5d.className="taboff";tabcv.className="taboff";tabbi.className="taboff";id.className="tabon"; c5d.style.display="none";ccv.style.display="none";cbi.style.display="none";cid.style.display="block"; //winname=cid; } function showall() { tab5d.className="tabon";tabcv.className="tabon";tabbi.className="tabon"; c5d.style.display="block";ccv.style.display="block";cbi.style.display="block"; } </script> </head> <body onLoad="tabit(tab5d,c5d)"> <table width="300" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="20" class="taboff" id="tab5d" style="cursor:hand" onClick="tabit(tab5d,c5d)" width="25%">5DMedia</td> <td class="taboff" id="tabcv" style="cursor:hand" onClick="tabit(tabcv,ccv)" width="25%">ChinaVisual</td> <td class="taboff" id="tabbi" style="cursor:hand" onClick="tabit(tabbi,cbi)" width="25%">Bluediea</td> <td width="25%"> </td> </tr> <tr id="c5d" style="display:none"> <td colspan="4" class="tdbody"> <p><strong><br> <img src="http://vip.5d.cn/allinhands/M/file/5dmedia.gif" width="88" height="31"><br> <br> 5DMedia</strong><br> <a href="http://www.5dmedia.com">http://www.5dmedia.com</a><br> <a href="http://www.5dmedia.com/bbs">http://www.5dmedia.com/bbs</a> </p> </td> </tr> <tr id="ccv" style="display:none"> <td colspan="4" class="tdbody"><strong><br> <img src="http://vip.5d.cn/allinhands/M/file/cv_logo.gif" width="88" height="31"><br> <br> ChinaVisual</strong><br> <a href="http://www.chinavisual.com">http://www.chinavisual.com</a> <br> <a href="http://forum.chinavisual.com">http://forum.chinavisual.com</a> </td> </tr> <tr id="cbi" style="display:none"> <td colspan="4" class="tdbody"><strong><br> <img src="http://vip.5d.cn/allinhands/M/file/blueidea.gif" width="88" height="31"><br> <br> Blueidea</strong><br> <a href="http://www.bluedidea.com">http://www.bluedidea.com</a> <br> <a href="http://www.blueidea.com/bbs">http://www.blueidea.com/bbs</a></td> </tr> </table> <!--<p align="center"><font color="#006600" style="cursor:hand" onClick=showall()><strong>Show All</strong></font></p>--> <p> </p> <p align="center">Powered By <a href="mailto:allinhands@chinavisual.com">Allinhands</a>.QQ:1707477<br> Notice:No Order these sites above!</p>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
0
顶一下
2008-01-17 14:25:45 出处:
中国设计秀cnwebshow.com
本文引用地址:
http://www.cnwebshow.com/edu/html/article_4339.html
热点文章/相关文章
·
web标准中浮动Float 概念...
·
WEB标准中元素水平居中方...
·
解决英文字体和中文字体...
·
详解Css3中的属性选择符
·
web标准中不要滥用li
·
IE6隐藏样式表 让IE6去死
·
css中的table-layout:fixed
·
三种浏览器IE FireFox O...
·
IETester各种IE浏览器版...
·
web标准中用途相似的标签
防止表格div层被撑开的多种方法
web标准中浮动Float 概念详解
IE6隐藏样式表 让IE6去死
三种浏览器IE FireFox Opera支持Alpha透明的方法
用Gnome HIG原则指导你的设计
css中的table-layout:fixed
web标准中不要滥用li
css3背景定位运用实例
IETester各种IE浏览器版本共存
详解Css3中的属性选择符
web标准中用途相似的标签
最新文章
·
web标准中浮动Float 概念详解
·
IE6隐藏样式表 让IE6去死
·
三种浏览器IE FireFox Opera支...
·
用Gnome HIG原则指导你的设计
·
WEB标准中元素水平居中方案总结
·
css中的table-layout:fixed
·
web标准中不要滥用li
·
IETester各种IE浏览器版本共存
·
详解Css3中的属性选择符
·
web标准中用途相似的标签
艺术设计秀最新图片
国外涂鸦风格插画...
一组绝对精美标志...
AMNEWTON21平面广...
国外BYO2平面广告...
国外获奖包装设计...
优秀房地产楼书设...
推荐文章
·
web标准中浮动Float 概念详解
·
WEB标准中元素水平居中方案总结
·
详解Css3中的属性选择符
·
xhtml+css制作不规则导航
·
div设计中的文字垂直居中的方法
·
IE双倍边距BUG的现象及解决办法
·
使文本保持在同一行中显示
·
设计中常用标签的使用位置
·
让IE6和IE7在WindowsXP下共存
·
IE双倍边距BUG的现象及解决办法
素材下载
矢量
潮流素材
背景素材
模板
网站地图
|
关于我们
|
联系我们
|
网站建设
|
广告服务
|
版权声明
|
免责声明
|
网站公告
|
友情链接
|
留言
|
旧版入口
Copyright © 2005-2008
中国设计秀_网页设计秀_艺术设计秀_网页设计教程_网站建设作品_平面设计欣赏_包装设计欣赏_品牌网站建设
All Right Reserved.
做最专业的设计服务网站,秀出自我,秀出精彩!
中国设计秀,秀---无处不在!!
交流群:9107036 3848215 8850631
粤ICP备05067046号
八度数据
提供带宽