Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Obviously this is particular to each site's visitor demographics, but the only IE7-specific CSS my sites need would be something along the lines of:

    #ie-warning {
        display:none;
    }
    
    html.ie7 #ie-warning {
        display:block;
    }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: