IE Conditional Comments

Accomplishing the same look and feel within across all browsers has become quite a challenge especially with most of the public dragging their feet to upgrade to either Firefox or IE 7. While IE (Internet Explorer) has a lot to be desired it does a better job than IE 6 in representing the web standards movement. For those of you that need to represent in your code specifics for IE 6 while making it invisible to other versions of IE or other browsers, consider using the following in your document:

<!–[if IE 6]>
Special instructions for IE 6 here
<![endif]–>