This is basically a continuation from my previous question.
Seeing that my fixed element is not going to do the trick on a responsive environment, I need to somehow have a small nav menu absolute positioned to the wrapper. scale with the wrapper as the window scales but stay fixed at the top when scrolling.
I guess This will be able with jQuery but I am not to sure how to go about it.
You should look into jquery waypoints sticky elements http://imakewebthings.github.com/jquery-waypoints/sticky-elements/. This is a really clean way to have elements interact with common window scrolling events