QUOTE(axel @ 25 Sep, 2007 - 07:20 PM)

Ok. I want to make it so my navigation bar stays in one place at the top.
here is my site again:
My WebpageWhen you shrink down the page it just keeps moving over, and actually I wouldn't mind if it only moved so far, and then stopped sliding over.
Any help would be great.
"1. position:static
The default positioning for all elements is position:static, which means the element is not positioned and occurs where it normally would in the document.
Normally you wouldn't specify this unless you needed to override a positioning that had been previously set." from
http://www.barelyfitz.com/screencast/html-...ss/positioning/Now are you using dreamweaver? I noticed style1 and style2 so if you are using dreamweaver you should insert>layout objects>layer and position that where you want the menu to be, this is an absolute positoned div is all, but dreamweaver makes it easy to position right where you want it. Cut the code out for that div that dreamweaver creates, put the layer div in the header div and make the header div, position:relative;
now let me see about the left nav
This post has been edited by supersssweety: 26 Sep, 2007 - 07:23 AM