호환성보기가 뭔가요?
예로 IE8 이상 사용자가 예전에 제작된 홈페이지가 콘텐츠 위치가 엉켜서 보이는 경우가 있습니다.
이런 경우 호환성보기하면 이전 IE6 또는 IE7 엔진으로 웹페이지를 랜더해서 정상으로 보여주게 해줍니다.
내 웹페이지가 웹 표준 렌더링 엔진을 사용하지 않게 하려면 mata 지정할 수도 있습니다.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
이것보다는 홈페이지를 새로 리뉴얼 하시는것이 좋을것같습니다.
참고1 : http://blogs.msdn.com/b/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx
참고2 : http://blogs.msdn.com/b/ie/archive/2008/08/27/introducing-compatibility-view.aspx
'웹과련정보' 카테고리의 다른 글
아마존 라이트세일 인스턴스 FTP 접속는 방법 (0) | 2023.09.19 |
---|---|
[리눅스] .htaccess 파일에 첨부파일 업로드 용량 설정하기 (0) | 2015.11.09 |
IETester IECollection (Explorer 버전별 테스트) (0) | 2012.03.24 |
Fatal error: Uncaught OAuthException: (#200) The user hasn't authorized the application to perform this action (0) | 2011.05.30 |
getimagesize():URL file-access is disabled in the server configuration (0) | 2011.02.27 |