IE8 in IE7-compatibility mode with extended CSS support
When IE8 is in IE7-compatibility mode it behabes like IE7 in quirks mode, which means there is no support for the new CSS features that IE7 supports (e.g. object selectors --child selectors, adjacent selectors, etc..). How can I make IE8 to emulate IE7's standard mode rather than quirks mode?? Note: The purpose of this is not to find...