|
I have a page that has several categories of lists. Each category starts with a div holding an image. I need to be able to make the page auto-scroll to the div based on the URL.
For example, say I have four categories, "cat1, cat2, cat3, cat4" (assume those are my div ID's). How can I make it auto scroll with something like, page.html#cat3?
I've tried Googleing but all I seem to get is scrolling divs and other irrelevant stuff.
Thanks.
|