Column width twt, Trees Noir, paid account - SOLVED!

May 12, 2007 21:08


Hi!

I need some help with my layout: I changed the order of the widgets and therefore had to change the width of #beta and #gamma.
I managed to place the sidebars where I wanted, but no matter what I do, #alpha doesn't change the width to the remaining place between the sidebars (is smaller). If anything changes at all, it's the position of the columns (for example, covering each other).

My journal is here; I'm using Opera, but it doesn't work in IE either.



body { width: 1425px; }
#container, #container-inner { width: 1425px; }
#page, #page-inner { width: 1425px; }
#header, #header-inner, #header-content, #header-content-inner {
     width: 1425px;
     margin left: 0px;
}
#content, #content-inner {
     width: 1425px;
     margin left: 0px;
}
#beta, #beta-inner { float: left; width: 420px; }
#alpha { width: 1425px; }
#alpha-inner { width: 1425px; margin-left: 240px; }
#gamma, #gamma-inner {float: right; width: 200px; }

#footer, #footer-inner { width: 1425px; }

My layout is here.

Any help greatly appreciated.

sidebar:size, page:size

Previous post Next post
Up