Tagged Questions

4
votes
2answers
2k views

Forcing IE7 into standards rendering mode (not quirks)

I'm having display issues in IE7 due to it rendering in quirks mode. I've confirmed this by displaying "document.compatMode" and getting back "BackCompat" as opposed to "CSS1Compat". Using IE8 and ...
2
votes
1answer
2k views

IE7 doesn't render part of page until the window resizes or switch between tabs

I have a problem with IE7. I have a fixed layout for keeping the header and a sidepanel fixed on a page leaving only the "main content" area switch can happily scroll it's content. This layout ...
1
vote
1answer
414 views

Can an iframe content be rendered in standards mode when the parent is rendered in Quirks mode?

I have an html page which renders an html page in an iframe where my page adds a topbar to the whole content. Inorder to render the whole page seemless, I had to rely on quirksmode rendering of the ...
0
votes
1answer
245 views

Confusion about IE9's automatic Document Mode behavior

I'm experiencing a very strange behavior in IE - gasp, right? - regarding Document Mode. Normally the browser picks this based on doctype and so on, but two separate, untampered-with installations of ...
0
votes
2answers
2k views

Will an iframe render in quirks mode?

I'm working on setting up a page and am having difficulty with getting it to look well across browsers (actually just IE, as it renders properly for mozilla and webkit). I'm wanting to rule out quirks ...