sisko
sisko

Reputation: 9900

Dynamic last visible detection

I am styling a site where the design requires the main window not to have scrollbars.

So, in order to see the last couple of links of the vertical navigation, I am writing some jQuery code which will animate the navigation upwards revealing any hidden menu links until the user can see them all.

What I need to accomplish is to dynamically detect the current last visible link each time the navigation animates up or down. How can I achieve that?

Upvotes: 0

Views: 68

Answers (1)

marcosfromero
marcosfromero

Reputation: 2853

Waypoints might help you.

Be very careful with that behavior because it sounds like it will confuse the user.

Upvotes: 2

Related Questions