여분필드출력 채택완료
write.skin.php
Copy
required>star2
required>star4
view.skin.php
Copy
disabled>star2
disabled>star4
list.skin.php
Copy
required>
required>
mobile.css
#star_box input.ab {display:none;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
#star_box input.ab+.star_label {display:inline-block;width:47px;height:47px;margin:.8em .8em 0 0;background:url(../img/mobile/star_off.png) no-repeat;background-size: 100% auto;text-indent:-9999em;}
#star_box input.ab+.star_label:last-child {margin-right:0;}
#star_box input.ab+.star_label.on {background:url(../img/mobile/star_on.png) no-repeat;background-size:100% auto;}
DB에는 wr_2 가 들어가있어요.
write.skin에선 별에 체크까지 되고 저장을 누르면
view.skin 이고 list.skin에선 별(star_off.png)은 뜨는데 write에서 별에 체크된것이 안뜹니다
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인