티스토리 툴바


IE Hack & Tip

web/tips 2009/09/16 14:42
IE6는 참 다루기 어렵다.. 특히나 웹표준에 따라 사이트를 만들더라도 꼭 붙잡는 것이 IE6...
여전히 IE6 사용자가 다수 있는 상황에서 모른척 할 수도 없다..
없어졌으면 좋겠다..^^ IE6와 관련된 버그 해결점이나 훈수를 찾아본다.

- [msdn] About Conditional Comments
-
Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs
- 10 Fixes That Solve IE6 Problems
- how to make ie6 behave
- CSS for IE6, 6 common problems and fast ways to fix them
- Let Internet Explorer 6 Behave Like Internet Explorer 7
- IE6 CSS Fixer: starter kit
- CSS hacks
- 10 CSS Properties that 'were' impossible to implement in IE6
- 10 Useful CSS Properties Not Supported By Internet Explorer
- 10 Awful IE Bugs and Fixes
- 10 CSS Properties tha were impossible to implement in IE6
- IE6 Fixes For PNG Alpha Transparency
- [min-height] css min-height hack
- Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs
- Definitive Guide to Taming the IE6 Beast
- JavaScript Debugging Techniques in IE6
- In defense of CSS hacks - introducing "safe CSS hacks"
- IE 버전에 따른 하위 호환성을 HTML만으로 구분

selector {
    min-height:500px;
    height:auto !important;
    height:500px;
}



저작자 표시 비영리

'web > tips' 카테고리의 다른 글

단축키 (Shortcut)  (0) 2009/10/28
IE Hack & Tip  (0) 2009/09/16
웹사이트내 이미지를 보호하는 방법은..  (0) 2009/01/22
Google Code의 Performance를 어떻게 높였을까..?  (0) 2008/06/04
웹사이트 최적화  (0) 2008/02/28