// 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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 33318 | |
| 33314 | |
| 33307 | |
| 33301 | |
| 33294 | |
| 33291 | |
| 33288 | |
| 33271 | |
| 33258 | |
| 33255 | |
| 33235 | |
| 33234 | |
| 33228 | |
| 33221 | |
| 33186 | |
| 33176 | |
| 33158 | |
| 33154 | |
| 33147 | |
| 33134 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기