상품 리스트에 크로스브라우징 오류~ IR기법
<ul id="sct_lst">
<li><button class="sct_lst_view sct_lst_list" type="button">리스트뷰<span></span></button></li>
<li><button class="sct_lst_view sct_lst_gallery" type="button">갤러리뷰<span></span></button></li>
</ul>
#sct_lst {float:right;margin:0 0 10px;padding:0;list-style:none;zoom:1}
#sct_lst:after {display:block;visibility:hidden;clear:both;content:""}
#sct_lst li {position:relative;float:left;margin:0 0 0 -1px}
#sct_lst button {position:relative;margin:0;padding:0;width:25px;height:25px;border:0;cursor:pointer}
#sct_lst button span {position:absolute;top:0;left:0;width:23px;height:23px;border:1px solid #ccc;background:url('img/is_button.gif')}
#sct_lst button.sct_lst_list span {background-position:0 0}
#sct_lst button.sct_lst_list span.sct_lst_on {background-position:0 -30px}
#sct_lst button.sct_lst_gallery span {background-position:-30px 0}
#sct_lst button.sct_lst_gallery span.sct_lst_on {background-position:-30px -30px}
Windows Firefox 28.0 버전
IE10버전은 정상입니다
<li><button class="sct_lst_view sct_lst_list" type="button">리스트뷰<span></span></button></li>
<li><button class="sct_lst_view sct_lst_gallery" type="button">갤러리뷰<span></span></button></li>
</ul>
#sct_lst {float:right;margin:0 0 10px;padding:0;list-style:none;zoom:1}
#sct_lst:after {display:block;visibility:hidden;clear:both;content:""}
#sct_lst li {position:relative;float:left;margin:0 0 0 -1px}
#sct_lst button {position:relative;margin:0;padding:0;width:25px;height:25px;border:0;cursor:pointer}
#sct_lst button span {position:absolute;top:0;left:0;width:23px;height:23px;border:1px solid #ccc;background:url('img/is_button.gif')}
#sct_lst button.sct_lst_list span {background-position:0 0}
#sct_lst button.sct_lst_list span.sct_lst_on {background-position:0 -30px}
#sct_lst button.sct_lst_gallery span {background-position:-30px 0}
#sct_lst button.sct_lst_gallery span.sct_lst_on {background-position:-30px -30px}
Windows Firefox 28.0 버전
IE10버전은 정상입니다
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
을
#sct_lst button {position:relative;margin:0;padding:0;width:25px;height:25px;border:0;cursor:pointer;overflow:hidden}
으로 수정하겠습니다.
알려주셔서 감사합니다. ^^