// list.skin.php 하단에 삽입
<script>
$('.board_list tr ').mouseover(function(){
$(this).css('backgroundColor','#f2f0f9'); // 배경색 #f2f0f9
}).mouseout(function(){
$(this).css('backgroundColor','');
});
</script>
<script>
$('.board_list tr ').mouseover(function(){
$(this).css('backgroundColor','#f2f0f9'); // 배경색 #f2f0f9
}).mouseout(function(){
$(this).css('backgroundColor','');
});
</script>
댓글 5개
게시글 목록
| 번호 | 제목 |
|---|---|
| 32610 | |
| 32609 | |
| 32604 | |
| 32601 | |
| 32587 | |
| 32583 | |
| 32574 | |
| 32571 | |
| 32558 | |
| 32557 | |
| 32554 | |
| 32550 | |
| 32532 | |
| 32516 | |
| 32512 | |
| 32507 | |
| 32490 | |
| 32488 | |
| 32464 | |
| 32459 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기