button小技巧

/*IE下除去多余的边距 */
        .button{
            overflow: visible;
        }

        /* Firefox下去除焦点虚线框 */
        .button::-moz-focus-inner{
            border: 0;
            padding: 0;
        }
        /*实现图片按钮*/
        .button {
            font: 0/0 a;
            color: transparent;
        }

 

posted @ 2013-12-21 09:54  c-Sharp  阅读(88)  评论(0)    收藏  举报