메모)

​(android 4.0.x) 하위버전 css 문제


​갤s3 테스트를 하면서 발견 된 이슈(v4.0.3)

position:fixed;
display:table;
table-layout:fixed;

로 영역값을 설정했을 경우 display:table 값(​width:100%;)을 잡아주지 못함.

​width:100% !important; 로 해결.

이 밖에도 하위버전에서
calc, background 축약_포지션 (ex. background:url('image.png) no-repeat ​top 3px right 10px;) 을 지원하지 않음.

+ Recent posts