Conditional styles for IE6 and 7
<!–[if IE 6]> <link rel="stylesheet" type="text/css" href="ie6.css"> <![endif]–>
<!–[if IE 6]> <link rel="stylesheet" type="text/css" href="ie6.css"> <![endif]–>
IE6: * html .input { margin-top:1px; } IE7: *:first-child+html .input_box { margin-top:1px; } IE8: @media \0screen { .color {color: #F00;} }