I have divas a container to represent the file. This one divhas scrolling in the direction y.
I want to automatically scroll the contents inside this container divto a certain position when the page loads, but without scrolling the entire page. I tried with <a name="scrollHere">and location.hash = 'scrollHere';, but it scrolls the whole page.
Do you have any ideas?
source
share