rfox (AT) scoe (DOT) net wrote:
Quote:
By shaving a few pixels off the width of the two right divs, they
popped up into place. (See www4.scoe.net/rfox/seeds2.) |
FYI, there is a large amount of horizontal scrolling, even in a
1600x1200 maximized window, but it's just empty space over there on the
right. This is caused by improper use of position:relative on #loginbox,
which offsets is normal position by left:635px, pushing it off screen.
http://brainjar.com/css/positioning/
Also, the left column is longer than it's container and overlaps the
green footer. Zoom text up a little in Firefox and you'll see this, too.
Looks like you've got some extra <br> in there. If that is an attempt to
make the container big enough to fit all the rounded boxes, it isn't
working. Get rid of them and learn the value of the "clear" property.
Apply it to the footer. See also
http://www.quirksmode.org/css/clearing.html
--
Berg