I have a website I'm making that has:
- A header on the top
- A navigation bar on the left
- A "main content" area to the right of the navigation bar.
The "main content" area is contained in a content holder, and that's where I will be displaying the content. The problem is that whenever I write something in the content holder, all the content spills COMPLETELY on to the navigation bar which on the left. I've already adjusted the position of the content holder to be all the way to the right of the navigation bar through CSS, but I still get this problem (BTW, the content holder is placed inside it's own div element. I performed all the positioning on the div element) Can someone please tell me how to fix this?
EDIT: In Design view, the page looks perfect, but when I open the page up in Firefox/IE, this problem occurs.
- A header on the top
- A navigation bar on the left
- A "main content" area to the right of the navigation bar.
The "main content" area is contained in a content holder, and that's where I will be displaying the content. The problem is that whenever I write something in the content holder, all the content spills COMPLETELY on to the navigation bar which on the left. I've already adjusted the position of the content holder to be all the way to the right of the navigation bar through CSS, but I still get this problem (BTW, the content holder is placed inside it's own div element. I performed all the positioning on the div element) Can someone please tell me how to fix this?
EDIT: In Design view, the page looks perfect, but when I open the page up in Firefox/IE, this problem occurs.
Last edited: