Hey guys,
I am trying to hide the navigation under the footer using Jquery.
I mean, I want to show the navigation until it reaches footer stage. Then, I want to hide it.
How can I do it? or Should I use z-index
in state of jquery?
Code and example: http://jsfiddle.net/yn8r4/1/
I would appreciate any kind of help. Thanks!
NOTE
I am adding a FIXED position to the navigation with Jquery and I do need the site to looks like: http://jsfiddle.net/yn8r4/1/ and NOT like here: http://jsfiddle.net/yn8r4/14/
Live Example
I have found a live example of what I am trying to do Here
When you scroll down you would see navigation on the left. Believe, He is using z-index
. Is he?
Thanks