超越起点 追随自由

我看不见,我的明天,但今天,绝不重复昨天;顺风是滑翔,逆风才是飞翔,火烧过才能化凤凰!

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  302 随笔 :: 16 文章 :: 1246 评论 :: 25 Trackbacks
<!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=gb2312" />
<title>层切换</title>
<style>
#red
{
  display
:block;
  float
:left;
  position
:absolute;
  width
:400px;
  height
:400px;
  background-color
:#ff0000;
}
#green
{
  display
:none;
  float
:left;
  position
:absolute;
  width
:400px;
  height
:400px;
  background-color
:#00ff00;
}
#blue
{
  display
:none;
  float
:left;
  position
:absolute;
  width
:400px;
  height
:400px;
  background-color
:#0000ff;
}
#switch
{
  position
:absolute;
  top
:400px;
  width
:400px;
  height
:30px;
  background-color
:#000000;
}
#switch a.tabs
{
  float
:left;
  color
:#ffffff;
  height
:22px;
  width
:60px;
  margin
:0;
  padding
:8px 0 0 28px;
  font-size
:12px;
  cursor
:pointer;
  text-decoration
:none;  
}
#switch a.tabs:hover
{
  color
:#ffff00;
  background-color
:#666666;
  text-decoration
:none;
}
</style>
<script language="javascript">
function switchbox(i)
{
 selectbox(i);
}
function selectbox(i)
{
 
switch(i)
 {
 
case 1:
 document.getElementById(
"red").style.display="block";
 document.getElementById(
"green").style.display="none";
 document.getElementById(
"blue").style.display="none";
 
break;
 
case 2:
 document.getElementById(
"red").style.display="none";
 document.getElementById(
"green").style.display="block";
 document.getElementById(
"blue").style.display="none";
 
break;
 
case 3:
 document.getElementById(
"red").style.display="none";
 document.getElementById(
"green").style.display="none";
 document.getElementById(
"blue").style.display="block";
 
break;
 }
}
</script>
</head>

<body>
<div id="content">
<div id="red"></div>
<div id="green"></div>
<div id="blue"></div>
</div>
<div id="switch"><class="tabs" id="red-tab" href="javascript:switchbox(1);">红色</a><class="tabs" id="green-tab" href="javascript:switchbox(2);">绿色</a><class="tabs" id="blue-tab" href="javascript:switchbox(3);">蓝色</a></div>
</body>
</html>

一个很好的例子,类似的还有这个网站所使用的方法(www.komodomedia.com)

让IE支持透明PNG:filterrogidXImageTransform.Microsoft.AlphaImageLoader(src='/includes/themes/business/images/great_links.png',sizingMethod='crop');

posted on 2005-12-05 16:20 爆牙齿 阅读(701) 评论(0)  编辑 收藏 所属分类: 5、Javascript技巧集锦

标题  
姓名  
主页
Email (只有博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      


相关链接: