are CSS layouts BS?
are CSS layouts BS?
Out of context: Reply #17
- Started
- Last post
- 42 Responses
- dcdomain0
I still consider myself a NOOB in CSS, but I've found that... if I want to build a site that dynamically resizes portions of it based on the content, moving other data around it, I think I might go back to tables. I've been pulling my hair out the last two weeks working with a site, jumping back and forth from all divs to tables... in the end, I question if it's worth it.
Should I just go CSS, and set a fixed size, created a div with a scroll bar, or should I just go with a table and have the entire page have a scroll bar...