css ie8 에서 작동이 안되요...
@charset "UTF-8";
html { *overflow-x: hidden; }
body { padding: 0; }
body, html { height:100%; padding: 0; margin: 0; auto; }
.container { padding: 0px; }
.horizontal-centering { position: relative; }
.horizontal-centering > * > * { float: left; width: 1000px; position: relative; left:0; margin: 0; padding: 0 0 5 0; }
.horizontal-centering > * > * > * { float: center; position: relative; right: 0; }
크롬, 파폭은 잘 되는데 ie8에서는 안먹히는데 어떻게 해야 하나요?;;
html { *overflow-x: hidden; }
body { padding: 0; }
body, html { height:100%; padding: 0; margin: 0; auto; }
.container { padding: 0px; }
.horizontal-centering { position: relative; }
.horizontal-centering > * > * { float: left; width: 1000px; position: relative; left:0; margin: 0; padding: 0 0 5 0; }
.horizontal-centering > * > * > * { float: center; position: relative; right: 0; }
크롬, 파폭은 잘 되는데 ie8에서는 안먹히는데 어떻게 해야 하나요?;;
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 2개