如何使用css实现小三角形效果:
在众多的网页效果中,都有小三角形效果的应用,能够增加特定应用的美观度,下面就给出一段实例代码,里面介绍了两种实现小三角头效果的方式。代码如下:
三种纯CSS实现三角形的方法 .message-box { position:relative; float:left; margin:80px 0 0 100px; width:240px; height:60px; line-height:60px; border:1px solid #000; text-align:center; color:#0C7823;}.triangle-border { position:absolute; left:100px; overflow:hidden; width:0; height:0; border-width:10px; border-style:none dashed solid dashed;}.tb-border { top:-10px; border-color:#000 transparent #000 transparent;}.tb-background { top:-9px; border-color:transparent transparent #fff transparent;}/*字符*/.triangle-character { position:absolute; left:100px; overflow:hidden; width:26px; height:26px; font:normal 26px "宋体";}.tc-background { top:-12px; color:#FFF;}.tc-border { top:-13px; color:#000;}
登录后复制
原文地址是:http://www.51texiao.cn/div_cssjiaocheng/2015/0501/505.html
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。