A few notes on web design

⚠️ This post is more than five years old. Links may rot, opinions may change, and context might be missing. Proceed with cautious optimism.

I’ve been carving up some code lately working on a couple projects, and I’ve realized that I just have no idea how to hack things correctly for IE. In fact, I noticed yesterday that my blog header is broken in IE, and I’m retracing my steps to try and figure out what it was I changed that broke it.

Time to buy a CSS book.

I’m leaning toward picking up a copy of Andy Budd’s CSS Mastery.

Anyone have any better ideas?


Comments

One response to “A few notes on web design”

  1. Tom Giratikanon Avatar
    Tom Giratikanon

    Jennifer Robbins’ Web Design in a Nutshell (O’Reilly) has served me well. It covers CSS in extreme detail, and talks about browser differences and how to work around them.

    It also happens to cover the basics of XML, graphics and multimedia. Very handy reference.