Assign a separate stylesheet for IE. Put your stylesheet (IE specific) link before </head>. <!--[if IE]> <link rel="stylesheet" type="text/css" href="STYLESHEET-URL" /> <![endif]--> Code (markup): enjoy
I meant correct the styles in CSS for modern browsers like Firefox and then correct it for IE in your IE specific stylesheet.