asfman
android developer
posts - 90,  comments - 213,  trackbacks - 0
Tab
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="white" style="margin:0px;">
<button onclick="select.call(this);" style="position:relative;border:solid 2px white;">button</button>
<button onclick="select.call(this);" style="position:relative;border:solid 2px white;">button</button>
<button onclick="select.call(this);" style="position:relative;border:solid 2px white;">button</button>
<button onclick="select.call(this);" style="position:relative;border:solid 2px white;">button</button>
<iframe frameborder="0" style="z-Index:-1;position:relative;top:-2px;static;width:100%;height:500px;border:solid 2px orange;" name="main"></iframe>
</body>
<script>
function select()
{
    var buttons=document.getElementsByTagName("button");
    for(var i=0;i<buttons.length;i++){
        buttons[i].style.borderColor='white';
        buttons[i].style.borderBottomColor='orange';
 buttons[i].style.zIndex=-2;
    }
    this.style.borderColor='orange';
    this.style.borderBottomColor='white';
    this.style.zIndex=2;
    this.blur();
}
var buttons=document.getElementsByTagName("button");
select.call(buttons[0]);
</script>
</html>
posted on 2007-08-22 09:00 汪杰 阅读(228) 评论(0)  编辑 收藏 引用 所属分类: js+dhtml
只有注册用户登录后才能发表评论。

<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿(15)

随笔分类(1)

随笔档案(90)

文章分类(727)

文章档案(712)

相册

收藏夹

http://blog.csdn.net/prodigynonsense

友情链接

最新随笔

搜索

  •  

积分与排名

  • 积分 - 457549
  • 排名 - 6

最新随笔

最新评论

阅读排行榜

评论排行榜