ScottInTexas
05-26-2003, 07:07 PM
I have read some of the posts regarding layout and have even read the article about Liquid Layout, but nothing seems to put web site layout into a single neat package. So, what do you think about how to layout a webpage?
Say, for instance, that I use just divs. My CSS has classes which specify widths of 100% or 20% and 80%. But they won't layout in the manner which I want. Each div flows just below the last and in the 20 80 I want them side by side.
I want a layout that has a 100% wide header (wth a table and three cells), a 20% wide side bar that is 100% tall and along side that an 80% wide content area, finaly a 100% wide footer.
I have tried tables, spans and divs but making them work without padding and margins etc has been a hassel. Any thoughts and/or articles that address this issue?
Thanks again to all. This is by far the most helpful site on the internet. Hopefuilly I can contribute as well.
Say, for instance, that I use just divs. My CSS has classes which specify widths of 100% or 20% and 80%. But they won't layout in the manner which I want. Each div flows just below the last and in the 20 80 I want them side by side.
I want a layout that has a 100% wide header (wth a table and three cells), a 20% wide side bar that is 100% tall and along side that an 80% wide content area, finaly a 100% wide footer.
I have tried tables, spans and divs but making them work without padding and margins etc has been a hassel. Any thoughts and/or articles that address this issue?
Thanks again to all. This is by far the most helpful site on the internet. Hopefuilly I can contribute as well.