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

css实现三角箭头

时间:2014-10-10 23:07:54      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   sp   2014   log   tt   

像下面的向右三角箭头,只有纯css不需要图片就可以实现了。

bubuko.com,布布扣

width:0px;height:0px;border-width:10px 7px 0 7px; border-style:solid;border-color: #ccc transparent transparent transparent; 向下箭头

width:0px;height:0px;border-width:20px 10px 0 10px ; border-style:solid;border-color:#FFF transparent transparent transparent ;向上箭头

width:0px;height:0px;border-width:10px 20px 10px 0 ; border-style:solid;border-color:transparent #FFF transparent transparent ;向左箭头
width:0px;height:0px;border-width:10px 0 10px 20px;border-style:solid; border-color:transparent transparent transparent #FFF; 向右箭头

技巧:最大数值给个颜色,同时保证对立border数值为0

css实现三角箭头

标签:style   blog   http   color   ar   sp   2014   log   tt   

原文地址:http://www.cnblogs.com/ruoqiang/p/4017656.html

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