Thomas Wallace: Lectures and Resources - A collection of website design lectures and resources

IE 6 Conditional Comments

Due to browser variance, it is often times necessary to provide alternate styles to older browsers in order maintain visual consistency. There are many ways to approach this but I feel the preferable method is to use browser specific style sheets that contian these alternate rules. Here is how you do it.

  1. Download the following style sheet file and save it in your style directory (inside the assets folder) Style Sheet
  2. Copy and paste the code in the following document and add it to the <head> section of each page of your web site. Code

For more information on Internet Explorer Conditional Comments