IE 버전 다른 스타일 적용하기
버전별 스타일시트 사용 Internet Explorer Hacks IE6 Only Hacks * html input { padding:10px; } IE7 Only Hacks *+html input { padding:10px; } IE8 Only Hacks input { padding:10px\0/; } IE7 And IE8 Only Hacks input { padding:10px\9; } Not IE7 Hacks _input { padding:10px; } Conditional If Statement Change HTML Element With Javascript use JQuery if ($.browser.msie) { if(parseInt($.browser.version) == 8){ //For I..
웹개발/HTML&CSS
2012. 6. 14. 09:13