How would a create a menu that starts off static but then starts to scroll with you when you reach a certain point in a page?
EXAMPLES:
How would a create a menu that starts off static but then starts to scroll with you when you reach a certain point in a page?
EXAMPLES:
I would guess making the menu a fixed div in your head tag, making the content a 100%x100% dynamic div with a 50px top margin (the menu should be no more than 50px tall, but that's just my opinion), then setting the menu z-index= 1; and the content z-index= -1; in your css.