I have section blocks on my site, with menu tabs on top of the first section. I want to make the tabs scroll with the user so that it appears to show up on top of each section, but without seeing it scroll- see my page:
http://www.chailifeline.org/events/win4chai/ Any tutorials to follow?

Not sure if this is what you mean or not but try setting the following on topwrapper div:

position: fixed;
top: 1px;
background-color: #414141

Does that help?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.