|
That is a problem with the way you have the divs set. When you don't have a set pixel width for the buttons, they are going to stretch to fit the text they are containing. Your administration button is becoming too large to let the other div (main content) stay directly next to it. I had the same problem. I've found the best way to do this is to let the divs equal to a percentage of the page, and design the page as if you were in 800x600. If it displays properly, then tweak it for the larger resolutions. Generally this is the best way that I've found to do things.
|