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>http://www.999jiujiu.com/</div>
</body>
</html>

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。