在制作网页的过程中少不了绘制类似图片的三角形箭头效果,虽然工程量不大,但是确实麻烦.在学习的过程中,总结了以下三种方法,以及相关的例子. 一.三种绘制三角形箭头方法 1.方法一:利用overflow:hidden;属性. div.one{ margin-top: 30px; width: 150px; /* height: 60px;*/ /*文本高度由内容撑起*/ background-color: pink; } i{ font-style: normal; display: inline-…