body { font-family: Arial,"宋体"; font-size:9pt; } td { font-size:12px;; } .mousehand{ cursor:hand; } .titletable{ padding-left:5px; background-color:#E9E9E9; } table.TabBarLevel1{ } table.TabBarLevel1 td{ border:1px solid #CCCCCC; height:20px; background-color:#E1E1E1; } table.TabBarLevel1 td.Selected{ border-bottom-width:0px; background-color:#ffffff; } table.TabBarLevel1 td.Black{ border-left-width:0px; border-top-width:0px; border-right-width:0px; background-color:#FFFFFF; } table.Content{ border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; } 热门图片 波希米亚 红色黑客 正在加载... [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
本人在它的基础上添加的内容控制的效果
复制代码 代码如下:
<scripttype="text/javascript">
function$(objName)
{
if(document.getElementById)
{
returndocument.getElementById(objName);
}
elseif(document.layers)
{
returneval("document.layers['"+objName+"']");
}
else
{
returneval('document.all.'+objName);
}
}
functionswitchTab(tabpage,tabid,action,type){
varoItem=$(tabpage);
for(vari=1;i<6;i++){
varx=$(type+'Tab'+i);
//alert(x);
x.className="mousehand";
//vary=x.getElementsByTagName('a');
//y[0].style.color="#333333";
}
$(tabid).className="Selected";
//gethotimagelist(type+'_'+action);
closeall(action);
$(action).style.display="block";
}
functioncloseall(action){
for(varii=1;ii<5;ii++){
varnoclose;
noclose="div"+ii;
if(noclose!=action){
$(noclose).style.display="none";
}
}
}
</script>
