3 col CSS
3 col CSS
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- monNom0
this is probably close to working, but with some bugs cause I'm not actually going to test it.
make a container div with 100% width.
make a sidebar div inside the container with 120px width and align left, float right.
make another container div inside the main container (but below so it will float right)and place two more divs (your columns) inside that with 50% widths on each and tell column two to float column three to the right.I think that's how I tackled a three column layout once... seems like a hack, but nothing else was working.
tables might be easier.