Forum Moderators: not2easy
The code is structured so that the main content comes in the code before the menu, then the content floats right and menu floats left - I've had it the other way too. The container has a width on it, and I've also tried width on the body but that doesn't seem to do anything. It's almost like the content tries to run too far over and knocks the menu down, but i just want it to stay in place!
Please help! The site is almost ready to launch and this is my last real bug fix :)
"If there isn't enough horizontal room for the float, it is shifted downward until either it fits or there are no more floats present."
The only thing I can think of to prevent that would be to give your containing block a fixed width that is large enough to hold both items side by side.