treehouse : what would you like to learn today?
Web Design Web Development iOS Development

CSS for IE

  • can anyone recommend any good literature that goes into more depth about creating css for internet explorer, I prefer books rather than the random tips you find here and there on the web. I am new to the world of css and am getting a pretty good understanding of it for all the other browsers. It never fails that when I have something good going on, IE “eats my lunch.” Thanks.
    Levi
  • I bought CSS Hacks and Filters a few years back (think it was in 2006). It covers a lot of CSS errors/bugs in older browsers and it also helps you out on how to fix them. But since the book is now three years old, a lot of what's inside the book is useless (in my opinion), as it is - according to browser statistics - not many (or no) Netscape users left. The same goes for IE5 and IE5.5 users - except from spambots. Of course, you shouldn't trust those numbers with your life.

    You can also see the example webpages here.
  • thanks for the info.