달력 질문있습니다. 채택완료
단사란
10년 전
조회 4,098
$('#start_day').datepicker({
buttonImage: '<?php echo G5_URL?>/img/calendar.png',
buttonImageOnly: true,
buttonText: "검색 시작일 설정",
changeMonth: true,
changeYear: true,
showButtonPanel: true,
yearRange: 'c-99:c+99',
maxDate: '+0d'
});
.day1 { text-align:center;}
<input class="day1" type="text" name="start_day" value="<?=$start_day;?>" id="start_day">
달력인데요~
input박스 옆에 달력아이콘이 나오는 모양입니다.
달력아이콘을 클릭하면 달력이 나오고요...
그런데..
달력에 마우스를 오버했을때 커서모양이 손모양으로 나오게 하고 싶은데 잘안되네요....
cursor:hand 라는걸로 알고 있는데요...안되네요..
조언부탁드립니다.
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인