foo { min-width: 100px } // for everyone * html foo { width: 100px } // just for IE
(或使用conditional comments向IE提供单独的样式表)