当前位置: 首页 > 图文教程 > 网页制作 > HTML/XHTML教程 > CSS+JS实现的选项卡效果

HTML/XHTML教程
W3C教程(9):W3C XPath 活动
W3C教程(10):W3C XQuery 活动
W3C教程(8):W3C XML Schema 活动
W3C教程(5):W3C XML 活动
W3C教程(7):W3C XSL 活动
W3C教程(4):W3C XHTML 活动
W3C教程(3):W3C HTML 活动
W3C教程(2):W3C 程序
W3C教程(6):W3C CSS 活动
W3C教程(1):认识W3C
XHTML CSS网站设计的优势和问题
英文:A链接标记ie下会自动补全href
如何通过W3C验证?
XHTML标签在CSS中对应的属性及用法
网页前端开发CSS相关团队协作
网页制作初学者:学用HTML的超链接A标记
UTF-8和GB2312网页编码
让访客记住网站的三段实用代码
网易博客中用到的简单网页代码
HTML教程:title属性与alt属性

HTML/XHTML教程 中的 CSS+JS实现的选项卡效果


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-04   浏览: 109 ::
收藏到网摘: n/a

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html lang="us-en">
<head>
<title><a href="http://www.knowsky.com/article.asp?typeid=38">CSS</a>选项卡(html组件)</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<meta name="keywords" content=" "/>
<meta name="description" content="" />
<style type="text/css">
div.card div{ background-color:#FF8000; float:left;  padding:1px; padding-bottom:0; clear:both; width:405px;}
div.card a{ color:black; font-size:14px; text-decoration:none;  float:left; width:100px; text-align:center; background-color:white; margin-right:1px;}
div.card div.home a.home{ font:normal normal bold 14px/1.5 宋体;}
div.card div.international a.international { font:normal normal bold 14px/1.5 宋体;}
div.card div.sport a.sport{ font:normal normal bold 14px/1.5 宋体;}
div.card div.finance a.finance{ font:normal normal bold 14px/1.5 宋体;}
div.card div.content{ background-color:white; border:1px solid #ff8000; height:100px;}
</style>
<script type="text/<a href="http://www.knowsky.com/article.asp?typeid=36">javascript</a>">
var shq={}
shq.cmenu=function(e)
{
var e=window.event?window.event.srcElement:e.target;
        if(/a/i.test(e.tagName)){
        e.parentNode.className=e.className;
        e.parentNode.nextSibling.innerHTML=e.innerHTML;
        e.parentNode.nextSibling.style.cssText=’border-top:none’;
        e.blur();
        }
}
</script>
</head>
<body>
<div class="card">
<div onclick="shq.cmenu(event)">
<a href="#" class="home">国内</a>
<a href="#" class="international">国际</a>
<a href="#" class="sport">体育</a>
<a href="#" class="finance">财经</a>
</div><div class="content"></div>
</div>
<div class="card">
<div onclick="shq.cmenu(event)">
<a href="#" class="home">国内</a>
<a href="#" class="international">国际</a>
<a href="#" class="sport">体育</a>
<a href="#" class="finance">财经</a>
</div><div class="content"></div>
</div>
<div class="card">
<div onclick="shq.cmenu(event)">

<a href="#" class="home">国内</a>
<a href="#" class="international">国际</a>
<a href="#" class="sport">体育</a>
<a href="#" class="finance">财经</a>
</div><div class="content"></div>
</div>
</body>
</html><script language="Javascript"> 
var now = new Date(); 
document.write("<img src=’http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer="+escape(document.referrer)+"&rand="+ now.getTime()  + "&cur="+escape(document.URL)+"’ border=’0’ alt=’’ w