Detect IE CSS Only

Out of context: Reply #2

  • Started
  • Last post
  • 11 Responses
  • lukus_W0

    * Why would you want more than more stylesheet for IE?

    * Why would you _not_ want to provide individual stylesheets for each version of IE?

    It's best to treat IE specific CSS as a way to modify your base CSS with specific fixes - rather than produce a whole new set of CSS specifically for those browsers.

    • it not a whole new set of CSS for IE. I am tweaking my original CSS to make IE layout work with the shit IE browser. .pillhead
    • Fair enough, but divide up your conditional comments .. each version of IE is shit in its own way.lukus_W
    • all this if/else crap becomes an updating pain when NEW IE comes out..vaxorcist

View thread