MS1 [스크랩] 버전별 explorer 적용법 버전별 스타일시트 사용 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.. 2012. 6. 28. 이전 1 다음