CSS,Hack,區(qū)分,IE6,IE7,IE8,Firefox

字號:


    selector{
    property:value; /* 所有瀏覽器 */
    property:value\9; /* 所有IE瀏覽器 */
    +property:value; /* IE7 */
    _property:value; /* IE6 */
    }
    當(dāng)然,注意順序。根據(jù)CSS的優(yōu)先性,上面的寫法,分別針對Firefox、IE8、IE7和IE6顯示值。