Good evening,
I have been trying to figure this problem out for a while now but I cannot seem to find enough resources online for a viable solution - maybe I'm not looking hard enough.
Anyway, what I am trying to do is have 6 divs that are all over the page - making the window scrollable. I intend on having a navigation bar, that is z-indexed on top of everything else, containing links to fire the scroll.
All I need to understand is the jQuery part of it and also what files I would need to reference.
PS. If you think you know your stuff, would you mind telling me if floating divs would be readable by jQuery's "offset" function? I was contemplating using the a table and storing the different divs in the cells of that table. :S I hate tables...
Thank you for your help.