How to send different CSS to IE7?
•Use conditional comments in the HTML
–E.g. in the HEAD of the document under the LINK element calling up the CSS
–
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="IE7styles.css" /><![endif]-->
–This CSS file need only have new commands or ones that override