I’d like to replicate the functionality of the Google Reader left navigation (where you find the Subscribe button, ‘Home’, ‘All Items’, etc).
I looked at the HTML and CSS but I can’t figure it out. They’re not using frames, and I didn’t find any position:fixed statements.
Can anyone shed any light on what I’m missing? Thanks.
It uses fixed height (changed on resize) and
overflow-y: autoon the 2 columns.