diff --git a/mobile/skin/shop/basic/style.css b/mobile/skin/shop/basic/style.css index c045befc9..4592a1fb6 100644 --- a/mobile/skin/shop/basic/style.css +++ b/mobile/skin/shop/basic/style.css @@ -79,7 +79,8 @@ /* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 끝 ##### */ /* 상품상세 */ -#info_content {padding:0 0 50px;width:100%;height:100%} +#info_content {padding:0 0 50px;width:100%;height:100%;zoom:1} +#info_content:after {display:block;visibility:hidden;clear:both;content:""} #menu_button {position:fixed;left:0;bottom:0;width:100%;height:40px;text-align:center} #menu_button button {position:relative;margin:0;padding:0;width:20%;height:40px;border:0;background:transparent} #menu_button button span {display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;background:url('img/arr_up01.gif') #000 center 15px no-repeat}