invertedpanda
08-02-2006, 12:08 PM
First off, here is what I'm coding: http://www.the-engine.org/loaa.jpg
The basic idea is to create a horizontally liquid layout - the content area would be variable, but the rest would be fixed, filling the entire page.
Ordinarily, I would just specify a % width for the content box and have it absolutely positioned against the right side of the browser; however, I need it to also be fixed against the left side, too, because of the header image.
It has been a long time since I attempted it - could I just use my margins (with a z-index) to ensure that the content area maintains a specific distance from each side (for example, lets just say it needs to be 20px off of the left, and 450px from the right), while maintaining a variable width inside (not explicitly stating a width)? Last I knew, IE would probably have a fit with that (number one rule a few years ago was "always specify everything for IE" :)).
The basic idea is to create a horizontally liquid layout - the content area would be variable, but the rest would be fixed, filling the entire page.
Ordinarily, I would just specify a % width for the content box and have it absolutely positioned against the right side of the browser; however, I need it to also be fixed against the left side, too, because of the header image.
It has been a long time since I attempted it - could I just use my margins (with a z-index) to ensure that the content area maintains a specific distance from each side (for example, lets just say it needs to be 20px off of the left, and 450px from the right), while maintaining a variable width inside (not explicitly stating a width)? Last I knew, IE would probably have a fit with that (number one rule a few years ago was "always specify everything for IE" :)).