<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<title>JS01</title>
<styletype="text/css">
body{font-size:12px;text-align:center;line-height:18px;}
.tabs{width:400px;margin:auto;}
.tabs_title{width:400px;height:24px;border-bottom:#788solid3px;}
.tabs_title_01{width:76px;height:18px;padding-top:6px;float:left;background:url(http://www.singercn.net/my/js01/bg_01.gif)no-repeat;cursor:hand;}
.tabs_title_02{width:76px;height:18px;padding-top:6px;float:left;background:url(http://www.singercn.net/my/js01/bg_02.gif)no-repeat;cursor:hand;}
.tabs_title_03{width:3px;height:24px;overflow:hidden;float:left;}
.tabs_content{width:400px;}
</style>
</head>
<body>
<SCRIPTlanguage=JavaScript>
vartID=0;
functionshowTabs(ID){
if(ID!=tID){
TabTitle[tID].className='tabs_title_01';
TabTitle[ID].className='tabs_title_02';
TabContent[tID].style.display='none';
TabContent[ID].style.display='';
tID=ID;
}
}
</SCRIPT>
<divclass="tabs">
<divclass="tabs_title">
<divclass="tabs_title_02"id="TabTitle"onclick="showTabs(0)">网站电视</div>
<divclass="tabs_title_03"></div>
<divclass="tabs_title_01"id="TabTitle"onclick="showTabs(1)">免费电影</div>
<divclass="tabs_title_03"></div>
<divclass="tabs_title_01"id="TabTitle"onclick="showTabs(2)">电视剧集</div>
<divclass="tabs_title_03"></div>
<divclass="tabs_title_01"id="TabTitle"onclick="showTabs(3)">精彩视频</div>
</div>
<divclass="tabs_content"id="TabContent"style="display:block;">网站电视内容</div>
<divclass="tabs_content"id="TabContent"style="display:none;">免费电影内容</div>
<divclass="tabs_content"id="TabContent"style="display:none;">电视剧集内容</div>
<divclass="tabs_content"id="TabContent"style="display:none;">精彩视频内容</div>
</div>
</body>
</html>
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<title>JS01</title>
<styletype="text/css">
body{font-size:12px;text-align:center;line-height:18px;}
.tabs{width:400px;margin:auto;}
.tabs_title{width:400px;height:24px;border-bottom:#788solid3px;}
.tabs_title_01{width:76px;height:18px;padding-top:6px;float:left;background:url(http://www.singercn.net/my/js01/bg_01.gif)no-repeat;cursor:hand;}
.tabs_title_02{width:76px;height:18px;padding-top:6px;float:left;background:url(http://www.singercn.net/my/js01/bg_02.gif)no-repeat;cursor:hand;}
.tabs_title_03{width:3px;height:24px;overflow:hidden;float:left;}
.tabs_content{width:400px;}
</style>
</head>
<body>
<SCRIPTlanguage=JavaScript>
vartID=0;
functionshowTabs(ID){
if(ID!=tID){
TabTitle[tID].className='tabs_title_01';
TabTitle[ID].className='tabs_title_02';
TabContent[tID].style.display='none';
TabContent[ID].style.display='';
tID=ID;
}
}
</SCRIPT>
<divclass="tabs">
<divclass="tabs_title">
<divclass="tabs_title_02"id="TabTitle"onclick="showTabs(0)">网站电视</div>
<divclass="tabs_title_03"></div>
<divclass="tabs_title_01"id="TabTitle"onclick="showTabs(1)">免费电影</div>
<divclass="tabs_title_03"></div>
<divclass="tabs_title_01"id="TabTitle"onclick="showTabs(2)">电视剧集</div>
<divclass="tabs_title_03"></div>
<divclass="tabs_title_01"id="TabTitle"onclick="showTabs(3)">精彩视频</div>
</div>
<divclass="tabs_content"id="TabContent"style="display:block;">网站电视内容</div>
<divclass="tabs_content"id="TabContent"style="display:none;">免费电影内容</div>
<divclass="tabs_content"id="TabContent"style="display:none;">电视剧集内容</div>
<divclass="tabs_content"id="TabContent"style="display:none;">精彩视频内容</div>
</div>
</body>
</html>