browser-modes

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...

GWT Browser mode debugging in IE not working

I am trying to debug my GWT application in IE but the page does not load. It works fine in Firefox and Chrome. In IE the browser keeps hanging. If you debug a extremely simple page it works in IE. But complex pages do not open up in IE. Can someone help me out. Versions: IE8, Windows XP. (tried in Windows 7 too but failed) Thankyou ...