IE8 Compatibility

I’ve been working on making DPLMS compatible with IE, since we originally developed with Firefox and Safari. IE handles CSS slightly differently than the other browsers, particularly when it comes to making an assumption about a rule. So I went through and made rules more explicit, instead of letting the browsers interpret in their own way. Also, adding a Doctype declaration on top of the header helped out quite a bit. It’s something that’s easy to forget to include, but IE behaves very differently with javascript and css when a valid Doctype is defined.

I just committed the changes, but they aren’t live on the demo site yet, as there is still some more thorough testing to do.

This addresses Issue 13.

  1. No comments yet.

  1. No trackbacks yet.

You must be logged in to post a comment.