No More IE6

View Comments


I'm going to participate "No More IE6".

----------------------------------------------------------------------------------------------------------
오늘부터 나도 No More IE6 운동에 참여.
이미 내부 페이지에 이 코드를 심어놓았다 ㅋㅋ
아래 코드를 넣게 되면 ie6이하를 쓰는 브라우저에서는 다음과 같은 화면이 나올것이다.
이젠 다른브라우저와 호환도 잘 되지않는 IE6에서 업그레이드 하세요!!



<!--[if lt IE 7]>
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>
  <div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick='javascript:this.parentNode.parentNode.style.display="none"; return false;'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice'/></a></div>
  <div style='width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>
    <div style='width: 75px; float: left;'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg' alt='Warning!'/></div>
    <div style='width: 275px; float: left; font-family: Arial, sans-serif;'>
      <div style='font-size: 13px; font-weight: bold; margin-top: 12px;'>구닥다리 웹브라우저를 사용하시는군요!</div>
      <div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>본 사이트를 원활하게 보실 수 있도록 웹브라우저를 업데이트 하세요.</div>
    </div>
    <div style='width: 75px; float: left;'><a href='http://www.firefox.com' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/></a></div>
    <div style='width: 75px; float: left;'><a href='http://www.browserforthebetter.com/download.html' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer 8'/></a></div>
    <div style='width: 73px; float: left;'><a href='http://www.apple.com/safari/download/' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/></a></div>
    <div style='float: left;'><a href='http://www.google.com/chrome' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/></a></div>
  </div>
</div>
<![endif]-->






----------------------------------------------------------------------------------------------------------



Internet Explorer 6는 웹표준 미준수와, 느린 렌더링 속도, 다른 웹 브라우저나 상위 버전에 비해 적은 기능 등 퇴출 운동과 웹 장례식까지 일어난 문제의(?) 웹 브라우저입니다. 제 블로그도 Internet Explorer 6로 접속하시면 상위 버전의 웹 브라우저를 사용해 달라는 경고 메시지가 나옵니다.


이미 위에서 경고창이 내려오는 화려한(?) 경고 코드도 있지만, 저처럼 간단하게나마 Internet Explorer 6경고 표시를 하시려면 아래의 코드를 skin.html의 </body>위에 입력해주시면 됩니다.



<!--[if lt IE 7]>

<script type=text/javascript>
alert("이 블로그는 Internet Explorer 6를 지원하지 않습니다. \n\n상위 버전의 브라우저를 사용해주세요.");
</script>

<![endif]-->






Windows7 에서 Internet Explorer 6 실행하기

Comments (+add yours?)

Tracbacks (+view to the desc.)