internet explorer - Parent document is in Standards mode but Inner Iframe document (without doctype) runs in wierd mode in IE -


i have webpage runs in standards mode. webpage hosts iframes linking visitors home pages on have no control. have observed visitors home pages run in quirks run standalone , once loaded in inner iframe, styles breaks up.

it appears inner document running in ie5 quirks!

is there workaround issue?

short answer: no, there's no work-around, document type inherited parent page in ie > 8.

your options are:

a) open page in new tab b) put page quirks mode     (if do, pages requiring non-quirksmode won't work,      includes iframe & parent page pages) c) ask site owner please update html standards-compliant 

you can put main page ie8 mode:

<meta http-equiv="x-ua-compatible" content="ie=emulateie8" /> 

that break pages requiring ie9+ features.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -