日期:2014-05-16 浏览次数:20465 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>dfsdf</title>
<script>
function go_to(ao)
{
var d = document.getElementById("tab").getElementsByTagName("div");
var h=d.length;
for(var i=0; i<h;i++)
{
if(ao-1==i)
{
d[i].style.display="block";
}
else{
d[i].style.display="none";
}
}
}
</script>
<style>
/* body */
.bodv_div { width:1000px; background-color:#F99; margin:0 auto;}
.first_div{}
.language_title { width:1000px; height:20px; background-color: #39F}
#tab { width:1000px; height:100px; background-color:#FF3}
#tab h3{float:left; width:120px; height:26px; line-height:26px; margin:0; font-size:12px; cursor:pointer; text-align:center; color:red; background-color:#CCC}
#tab div{display:none;}
#tab .block1{display:block;}
#tab div{ height:60px; width:1000px; background-color:#FC9; clear:both}
</style>
</head>
<body>
<!-- head -->
<!-- body 主体部分 -->
<div class="bodv_div">