IE6 下 如何 画三角形 ! 方法

IE6下画三角形方法: 

#wrap .sjx {
	width: 0px;
	height: 0px;
	border-width: 40px;
	border-style:  dashed solid dashed dashed;
	border-color:  transparent red transparent transparent;
	overflow: hidden;
}

IE6 下 如何 画三角形 ! 方法

相关文章: