<p class="star_rating">
<a href="#" class="on">★</a>
<a href="#" class="on">★</a>
<a href="#" class="on">★</a>
<a href="#">★</a>
<a href="#">★</a>
</p>
css
.star_rating {font-size:0; letter-spacing:-4px;}
.star_rating a {
font-size:22px;
letter-spacing:0;
display:inline-block;
margin-left:5px;
color:#ccc;
text-decoration:none;
}
.star_rating a:first-child {margin-left:0;}
.star_rating a.on {color:#777;}
Jquery
$( ".star_rating a" ).click(function() {
$(this).parent().children("a").removeClass("on");
$(this).addClass("on").prevAll("a").addClass("on");
return false;
});
★ ★ ★ ★ ★
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5652 | 10년 전 | 1300 | ||
| 5651 |
멋진남자임
|
10년 전 | 1412 | |
| 5650 | 10년 전 | 3118 | ||
| 5649 | 10년 전 | 1506 | ||
| 5648 |
멋진남자임
|
10년 전 | 2019 | |
| 5647 | 10년 전 | 5013 | ||
| 5646 | 10년 전 | 1739 | ||
| 5645 |
멋진남자임
|
10년 전 | 1890 | |
| 5644 | 10년 전 | 1561 | ||
| 5643 |
|
10년 전 | 1680 | |
| 5642 | 10년 전 | 2369 | ||
| 5641 | 10년 전 | 1487 | ||
| 5640 | 10년 전 | 1465 | ||
| 5639 | 10년 전 | 2400 | ||
| 5638 |
|
10년 전 | 3226 | |
| 5637 | 10년 전 | 3827 | ||
| 5636 | 10년 전 | 2107 | ||
| 5635 | 10년 전 | 1459 | ||
| 5634 | 10년 전 | 3361 | ||
| 5633 |
CHAVO
|
10년 전 | 1043 | |
| 5632 | 10년 전 | 2453 | ||
| 5631 | 10년 전 | 3211 | ||
| 5630 | 10년 전 | 1242 | ||
| 5629 | 10년 전 | 1343 | ||
| 5628 | 10년 전 | 2561 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기