码迷,mamicode.com
首页 > Web开发 > 详细

CSS打造的边框折角效果

时间:2015-05-01 13:28:08      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:css打造的边框折角效果

<html>
<head>
<title>CSS打造的边框折角效果</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">
<!--
.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
font-size:12px
}


.curlycontainer .innerdiv{
background: transparent url(brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
-->
</style>
</head>
<body>
<div class="curlycontainer">
<div class="innerdiv">很漂亮的CSS边框折角效果,用到了一个右下角折角图片,就是用CSS去定义边框某个角的背景图片,给你的网页增添一


点个性功能,不错吧?其实你可以试下边框都使用折角,这样就对称了,更好看。。。。。。
</div>
</div>
<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
</body>
</html>

CSS打造的边框折角效果

标签:css打造的边框折角效果

原文地址:http://blog.csdn.net/life66881/article/details/45418695

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!