CSS

How to hack css files for Microsoft IE? ( Part One )

First of all, we should be familiar with the following terms.

  • quirks mode and strict mode: quirks mode and strict mode are the two modes that the modern browsers can use to interpret your CSS. more...
  • conditional comments in IEs : conditional comments only work in IEs, and are thus excellently suited to give special instructions meant only for IEs. more...