달력 뜨는 위치 정보
달력 뜨는 위치
본문
날짜 입력위해 누르면 캘렌더.js가 왼쪽 상단 모서리에 붙어서 아주 불편하네요,,
여기서 고치는거 같은데. 아래의 left나 top를 수정해도 변동이 안되네요,.
아시는 분 답변좀 부탁드립니다. ~
with(Cal_Div.style){
position = 'absolute';
width = div_width +'px';
backgroundColor = '#e1e1e1';
left = XY[0] - 2;
top = XY[1] + XY[2] - 2;
padding = '5px';
display = 'block';
}
selectBoxHidden('Calendar_Div');
여기서 고치는거 같은데. 아래의 left나 top를 수정해도 변동이 안되네요,.
아시는 분 답변좀 부탁드립니다. ~
with(Cal_Div.style){
position = 'absolute';
width = div_width +'px';
backgroundColor = '#e1e1e1';
left = XY[0] - 2;
top = XY[1] + XY[2] - 2;
padding = '5px';
display = 'block';
}
selectBoxHidden('Calendar_Div');
댓글 전체
해결되었습니다!