CSS hack理解

/*ie6识别 */
*html ul {
    padding-bottom:10px;
}
/*ie7识别 */
*+html ul {
    padding-bottom:10px;
}

posted @ 2010-08-26 09:56  知足常乐(Mr.Zhang)  阅读(118)  评论(0)    收藏  举报