문제

is debugging in compatibility mode in IE8 exactly the same than debugging in IE7 ?

do the websites display exactly the same ?

So I don't need IE7 for testing if I have IE8 ?

thanks

도움이 되었습니까?

해결책

It is pretty close - but not the same, there are several subtle differences.

It all depends on your code... e.g. if your pages have no doctype e.g. you are running in quirks mode or you force quirks mode, the interpretation of height="100%" on an iframe is different in real-IE7 vs IE7mode in IE8. The former is "100% of my container" the later is "100% of default height" which is about 220px.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top