css ul li 制作导航条

<html>
	<head>
		<style>
			.test ul{list-style:none;}
			.test li{float:left; width:100px;background:#ccc;margin-left:3px;line-height:30px;}
			.test a{display:block;text-align:center;height:30px;}
			.test a:link{color:#666;background:url(aa.jpg) #ccc no-repeat 5px 12px;text-decoration:none;}
			.test a:visited{color:#666;text-decoration:underline;}
			.test a:hover{color:#fff;font-weight:bold;text-decoration:none;backgroound:url(aa.jpg) #f00 no-repeat 5px 12px;}
			</style>
	</head>
<body>
	<div class="test">
		<ul>
			<li><a href="1">首页</a></li>
			<li><a href="2">产品介绍</a></li>
			<li><a href="3">服务介绍</a></li>
			<li><a href="4">技术支持</a></li>
			<li><a href="5">立刻购买</a></li>
			<li><a href="6">联系我们</a></li>
		</ul>
		
		</div>
	
	</body>
</html>

重点是:  li {float:left;}   //左边浮动, 按横向显示.
ul{list-style:none;}     //去掉默认的圆点符号样式

.st_tree ul, .st_tree li{ float:none;}   //去掉浮动,按列显示.

.st_left ul, .st_left li{ text-align:left;}

转载于:https://www.cnblogs.com/simpledev/p/3444073.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值