In jQuery: I'd like to create an link to on click shows a hidden div (got that working by now) but also slides to it with a smooth-scroll effect. How do I combine the two?
Are you talking about scrolling the viewable pane down to the location of the div? – Dominic RodgerAug 5 '09 at 7:59
I'm not sure I understood what you meant: I'm talking about a click event that would trigger the following:
1) SHOW a hidden div
2) SCROLL to an #anchor on the top of that div – konzepzAug 5 '09 at 11:00