一个导航条

<!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>
<style type="text/css">
	.box ul{margin:0px;padding:0px;display:block; list-style:none;}
	.box ul li{margin:0px;padding:0px;display:block; float:left; margin-right:-1px;}
	.box ul li a{width:80px;height:30px; line-height:30px; text-decoration:none; text-align:center; display:block; background:url(http://hi.csdn.net/attachment/201112/27/4157805_1324992501lWxO.png) no-repeat 0px 0px; text-shadow:#F9F9F9 1px 1px 0px; color:#003300;}
	.box ul li a:hover{ background:url(http://hi.csdn.net/attachment/201112/27/4157805_1324992501lWxO.png) no-repeat 0px -30px;color:red;}
	.box ul .navigation_a{ background:url(http://hi.csdn.net/attachment/201112/27/4157805_1324992501lWxO.png) no-repeat 0px -30px; color:red;}
</style>
<script type="text/javascript">
	function get_bg(num){
			for( var n=1; n<=5; n++){
					if(n==num) {
							document.getElementById("navigation_0"+n).className="navigation_a";
						}
						else{
							document.getElementById("navigation_0"+n).className="";
							}
				}
		}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>一个导航</title>
</head>
<body>
	<div class="box">
    	<ul>
        	<li><a href="javascript:" id="navigation_01" class="navigation_a" οnclick="get_bg('1')">导航一</a></li>
            <li><a href="javascript:" id="navigation_02" οnclick="get_bg('2')">导航二</a></li>
            <li><a href="javascript:" id="navigation_03" οnclick="get_bg('3')">导航三</a></li>
            <li><a href="javascript:" id="navigation_04" οnclick="get_bg('4')">导航四</a></li>
            <li><a href="javascript:" id="navigation_05" οnclick="get_bg('5')">导航五</a></li>
        	<div style="clear:both;"></div>
        </ul>
    </div>
</body>
</html>

利用javascript代码动态改变css样式,从而实现改变鼠标点击后的背景,
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值