【实现三角】css的border属性解决方案

.to-top{
    display:block;
    overflow:hidden;
    width:0;
    height:0;
    border:6px solid;
    border-color:#ccc #fff;
    border-width:6px 6px 0 6px;
}

posted @ 2010-07-22 11:27  Younger  阅读(155)  评论(0编辑  收藏  举报