IE 에서는
| body 
{ 
    background-color:#000000; 
} 
 | 
이러면 되는데
크롬에서는
| html, body 
{ 
    background-color:#000000; 
} 
 | 
그리고 이미지 경로도
| tr { 
    background: transparent url(/shadow-down.gif) no-repeat 0% 100%; 
    display: block; 
    position: relative; 
    width: 828px; 
} 
 | 
/ 의 유무에 따라 크롬에서는 민감하게 작동한다 -_-
'Programming > css' 카테고리의 다른 글
| CSS / JS 파일 용량 줄이기 (0) | 2015.09.18 | 
|---|---|
| css selector (0) | 2015.09.14 | 
| css 관련 (4) | 2015.09.08 | 
| css box model (0) | 2014.05.15 | 
| CSS Naked day! (2) | 2009.04.09 | 
