div+css更换导航背景

之前看到过好多人问关于更换导航背景这个问题,今天在这里现出代码:

<!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>navigation</title>
<style>
#nav{
	width:500px;
	font-size:9pt;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#nav ul li{
	float:left;
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 2px;
}
a{ text-decoration:none;}
#nav a{
	width:90px;
	height:30px;
	background:url(images/nav6.gif) no-repeat;
	float:left;
	text-align:center;
}
#nav a:link{
	color:#000;
}
#nav a:visited{
	color:#000;
}
#nav_1 a:hover{
	background:url(images/nav1.gif) no-repeat;
	color:#FFF;
}
#nav_2 a:hover{
	background:url(images/nav3.gif) no-repeat;
	color:#FFF;
}
#nav_3 a:hover{
	background:url(images/nav4.gif) no-repeat;
	color:#FFF;
}
#nav_4 a:hover{
	background:url(images/nav5.gif) no-repeat;
	color:#FFF;
}
#nav_5 a:hover{
	background:url(images/nav2.gif) no-repeat;
	color:#FFF;
}
</style>
</head>

<body>
<div id="nav">
	<ul>
		<li id="nav_1"><a href="#">我要祝福</a></li>
		<li id="nav_2"><a href="#">我的心愿</a></li>
		<li id="nav_3"><a href="#">我的告白</a></li>
		<li id="nav_4"><a href="#">我要感谢</a></li>
		<li id="nav_5"><a href="#">我要道歉</a></li>
	</ul>
</div>
</body>
</html>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值