How can I create a fixed menu similar to the one in Gmail? I've attempted using CSS, but the div remains centered instead of sliding up on scroll like the Gmail menu.
I've experimented with CSS properties, here's an example (not actual code):
.menu {
position:fixed;
height: 36px;
background-color:#fff;
}