好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS打造的边框折角效果_html/css_WEB-ITnose



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;
}
-->




很漂亮的CSS边框折角效果,用到了一个右下角折角图片,就是用CSS去定义边框某个角的背景图片,给你的网页增添一


点个性功能,不错吧?其实你可以试下边框都使用折角,这样就对称了,更好看。。。。。。

查看更多关于CSS打造的边框折角效果_html/css_WEB-ITnose的详细内容...

  阅读:78次