CSS滑动门圆角

时间:2014-08-08 16:38:36   收藏:0   阅读:253

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>CSS滑动门圆角</title>

<style type="text/css">

.huadong{ width:500px; border:1px solid #ccc;  line-height:50px; padding-top:20px;}

.huadong .title{ width:100px; padding-left:16px; background:url(images/huadong.png) no-repeat 0 0; }

.huadong .hd{ padding-right:16px; background:#fff url(images/huadong.png) no-repeat 100% 0; font-size:14px; color:#333;}



</style>

</head>

<body>

<div>

<div>

<div>

<h2>title</h2>

</div>

</div>

<div></div>

</div>

</body>

</html>


CSS滑动门圆角,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!