• 회원가입
  • 로그인
  • 구글아이디로 로그인

[css] CSS - IE 전용 CSS핵

IE Hack(핵) 

 

IE 6만 적용: CSS 속성 앞에 언더바( ) 붙임.

IE 7만 적용: CSS 속성 앞에 아스트릭크( ) 붙임.

IE 8만 적용: CSS 속성 뒤에 \0/IE8 붙임.

IE 9만 적용: CSS 속성 뒤에 \0/IE9 붙임

IE 6, 7: CSS 속성 앞에 마침표( )를 붙임

IE 6, 7, 8: CSS 속성 뒤에 \9 붙임.

IE 8, 9: CSS 속성 뒤에 \0/IE8+9 붙임.

 

더 자세히 보기


[예제]

selector{*padding-left:0} 

 

PS1. MS도 IE 버린 마당이니, 더 이상 무의미한 코드. ㅡㅡ;

PS2. IE 조건부 주석 : https://homzzang.com/b/html-141

 


분류 제목
border CSS - border-block-end-style 속성 - 블락방향 끝테두리 모양 지정 (= border-…
border CSS - border-block-end-width 속성 - 블락방향 끝테두리 너비(=두께) 지정 (= bo…
border CSS - border-block-start 속성 - 블락방향 시작테두리 스타일 일괄 지정 (= border…
border CSS - border-block-start-color 속성 -
border CSS - border-block-start-style 속성 - 블락방향 시작테두리 모양 지정 (= bord…
border CSS - border-block-start-width 속성 -
border CSS - border-block-style 속성 - 블락방향 테두리 모양 지정 (= border-block…
border CSS - border-block-width 속성 -
border CSS - border-end-end-radius 속성 -
border CSS - border-end-start-radius 속성 -
border CSS - border-inline 속성 -
border CSS - border-inline-color 속성 -
border CSS - border-inline-end 속성 -
border CSS - border-inline-end-color 속성 -
border CSS - border-inline-end-style 속성 -
border CSS - border-inline-end-width 속성 -
border CSS - border-inline-start 속성 -
border CSS - border-inline-start-color 속성 -
border CSS - border-inline-start-style 속성 -
border CSS - border-inline-start-width 속성 -
19/25
목록
찾아주셔서 감사합니다. Since 2012