쇼핑몰: #272 애니메이션 스킨 재생 정지 버튼 추가

This commit is contained in:
whitedot
2013-08-09 10:41:58 +09:00
parent 9b5a029720
commit 09719c3248
8 changed files with 62 additions and 13 deletions

View File

@ -3,7 +3,8 @@
/* ##### main(nn).skin.php, list.(nn).skin.php 공통 적용 시작 ##### */
/* 공통 */
.sct_wrap {margin:0 0 30px;zoom:1}
.sct_wrap {position:relative;margin:0 0 30px;zoom:1}
.sct_wrap .sctrl {position:absolute;top:0;right:0} /* 애니메이션 효과 사용 시 재생 정지 버튼 등 */
.sct_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.sct_wrap header {margin:0 0 20px;zoom:1}
.sct_wrap header:after {display:block;visibility:hidden;clear:both;content:""}