If somebody can provide a functioning, concrete solution using either tables or CSS or both, the points are his/hers. I need a solution which works for
- variable window width; body contents width must adapt, menu width must remain constant
- variable amount of body data; header height must remain constant under ALL circumstances
- with 99.5% of the browsers, including IE, FF, NS and opera
- and should avoid using JS to cover up browser bugs.
I don't care whether it's CSS or tables. However, tables are preferred because some of the body contents comes with a two-column format which I failed to make display correctly under the given conditions. IE especially appears not to be able to handle "div width=50%" in a child div correctly.
Please post tested code. I'm ready to spend another 500 points or more.
Main Topics
Browse All Topics





by: dorwardPosted on 2005-07-29 at 05:23:52ID: 14553905
The best way to avoid that would be to not use tables for layout, it isn't what they are designed for.
.com/?page =TwoColumn Layouts aq.pl?Tabl eless_layo uts
http://css-discuss.incutio
http://www.allmyfaqs.com/f
The ugly hack would be to continue to abuse tables for layout, but put the header and body in the same cell. I don't advise that though.