Questions tagged [conditional-comments]

Conditional Comments are a nifty tool unique to Microsoft's Internet Explorer that allows website designers to verify the version of the browser being used.

Customizing CSS for Internet Explorer browsers

I am looking to target specific CSS styles for Internet Explorer only, without affecting other browsers. Initially, I tried using conditional comments: <!--[if lt IE 7 ]><html class="ie6 ie"> <![endif]--> <!--[if IE 7 ]><html cl ...