Dealing with IE bugs if you keep all styles in one file
IE6: * html .input { margin-top:1px; } IE7: *:first-child+html .input_box { margin-top:1px; } IE8: @media \0screen { .color {color: #F00;} }
IE6: * html .input { margin-top:1px; } IE7: *:first-child+html .input_box { margin-top:1px; } IE8: @media \0screen { .color {color: #F00;} }