쇼핑몰: 재생정지 FF, IE 스타일 수정

This commit is contained in:
whitedot
2013-08-27 13:10:15 +09:00
parent c1f371d51c
commit 7346720d38

View File

@ -188,8 +188,8 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
.sctrl {margin:0;padding:0;list-style:none;zoom:1}
.sctrl:after {display:block;visibility:hidden;clear:both;content:""}
.sctrl li {position:relative;float:left;margin:0 0 0 -1px}
.sctrl button {position:relative;margin:0;padding:0;width:19px;height:19px;border:0;cursor:pointer}
.sctrl button span {position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #ccc;background:url('../shop/img/is_button.gif')}
.sctrl button {position:relative;margin:0;padding:0;width:21px;height:21px;border:0;cursor:pointer;overflow:hidden}
.sctrl button span {position:absolute;top:0;left:0;width:19px;height:19px;border:1px solid #ccc;background:url('../shop/img/is_button.gif')}
.sctrl button.sctrl_play span {background-position:-60px 0}
.sctrl button.sctrl_play span.sctrl_on {background-position:-60px -30px}
.sctrl button.sctrl_stop span {background-position:-90px 0}