크롬 적용 핵
@media screen and (-webkit-min-device-pixel-ratio:0) {
.qwer <이부분에 아이디 혹은 클래스> { margin-top:-27px <이부분에 값> }
}
파폭 적용 핵
.qwer, x:-moz-any-link, x:default {margin-top:-30px;} - 파폭 전용 핵이나 ie7 까지 영향 받음
ie 6 전용 핵
.qwer {margin:10px; _margin:5px}
ie 7 전용 핵
*:first-child+html .qwer {}
ie 8 핵 (ie6,7도 인식)
.qwer {margin:10px; margin:5px\9}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.qwer <이부분에 아이디 혹은 클래스> { margin-top:-27px <이부분에 값> }
}
파폭 적용 핵
.qwer, x:-moz-any-link, x:default {margin-top:-30px;} - 파폭 전용 핵이나 ie7 까지 영향 받음
ie 6 전용 핵
.qwer {margin:10px; _margin:5px}
ie 7 전용 핵
*:first-child+html .qwer {}
ie 8 핵 (ie6,7도 인식)
.qwer {margin:10px; margin:5px\9}
'css관련기록' 카테고리의 다른 글
colgroup 에 width 값 안먹는 증상 (0) | 2012.05.03 |
---|---|
ie6 png (0) | 2012.05.03 |
파이어폭스, 크롬에서도 IE처럼 플래시 투명배경 처리 방법 (0) | 2012.05.03 |