三角形的css实现(IE6兼容)

.triangle_up{
    width: 0;
    height:0;
    overflow: hidden;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ca0309;
    _border-left: 4px solid #fff;
    _border-right: 4px solid #fff;
}
原文地址:https://www.cnblogs.com/xiayedexin/p/5191923.html