To fix this problem, I’m wondering if there is a way to strip the header of the doctype and still call up the css?
You’re correct, I am using Dreamweaver. When I eliminate the header doctype, however, it strips away the CSS. Is there any way to ditch the header doctype (in favor of my main doctype outside of the div layer) and still keep my WP CSS?
The problem to which you refer is coming from the WP header doctype declaration. When I strip it of the doctype though, I still have the error and IE is still crashing. There are even more errors now because it doesn’t know what document the header is and it can’t load the CSS if I take away that tag. Any ideas?
That’s exactly what I was talking about – thank you!!!