javascript scrollLeft 관련 질문인데요. 답변 좀.
가시
2023.04.01
function truckAllocationWaitScrollX() { document.all.truckAllocationWait_mainDisplayRock.scrollLeft = document.all.truckAllocationWait_bottomLine.scrollLeft; document.all.truckAllocationWait_topLine.scrollLeft = document.all.truckAllocationWait_bottomLine.scrollLeft; }
근데 익스에서 스크롤바로 마우스 클릭해서 이동하면 움직이는데 양쪽 화살표 버튼을 누르면 움직이질 않네요.혹시 그 이유 아시나요?
비슷한 경험을 가지고 계신 분?