您的位置:首页 > 其它

08_01导航圆角背景1

2014-11-06 21:48 225 查看
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
.menu {
width: 221px;
background: black;
}
.btn {
width: 71px;
background: url(img/btn.png) repeat-x;
float: left;
margin-left: 2px;
}
.btnL {
background: url(img/btnL.png) no-repeat;
}
.btnR {
background: url(img/btnR.png) no-repeat right 0;
height: 31px;
text-align: center;
line-height: 31px;
}
.clear {
clear: both;
}
</style>
</head>
<body>
<div class="menu">
<div class="btn">
<div class="btnL">
<div class="btnR">主页</div>
</div>
</div>
<div class="btn">
<div class="btnL">
<div class="btnR">博客</div>
</div>
</div>
<div class="btn">
<div class="btnL">
<div class="btnR">关于</div>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: