robmarston
09-17-2008, 03:28 PM
I am creating a 'profile' on a social networking site that allows me a good amount of customization. I'm positioning a DIV absolutely, unfortunately it does not show up at all in IE7.
I've narrowed the bug down to the fact that there is no doctype declared which forces the document into Quirks mode and therefore messes everything up. Add a doctype in my local test file, and everything's fine.
Here's the dilemma, I only have access to the <body> section of the page, so injecting a doctype although a seemingly perfect solution, doesn't do a dang thing.
Any ideas?
I've narrowed the bug down to the fact that there is no doctype declared which forces the document into Quirks mode and therefore messes everything up. Add a doctype in my local test file, and everything's fine.
Here's the dilemma, I only have access to the <body> section of the page, so injecting a doctype although a seemingly perfect solution, doesn't do a dang thing.
Any ideas?