N
Nathan
I've a bit of a dilemma. I originally had my site setup using tables for
design purposes. It worked fine, but reading online more and more about CSS
standards relating to FF and IE and especially with IE7 on it's way, I felt
it appropriate to eliminate much of the tables (except for listed data) and
deal with CSS.
Well, dealing I've done, but as it has been claimed that CSS can do anything
Tables can, I think I have to beg to differ and hope someone can prove me
wrong.
Problem:
760px container centered in page with 100% height. No problem.
3 DIV children inside container as rows (header, menu, body).
In the body, I may have a table dynamically listing data with unknown cell
widths and nowrap used and desired.
Let's say that table expands to 900px for whatever reason. I would like the
container to expand (which it does), but so too the other children DIVs
(which don't). It was my expectation that all children DIVs without any
specified CSS tags (such as float or width...) would fill the container
wide-ways.
I've seen a lot of liquid CSS designs out there with columns expanding and
contracting based on %, but I haven't been able to see anything like this.
Any ideas/suggestions/comments/solutions/questions/(etc...)?
Thanks,
Nathan
design purposes. It worked fine, but reading online more and more about CSS
standards relating to FF and IE and especially with IE7 on it's way, I felt
it appropriate to eliminate much of the tables (except for listed data) and
deal with CSS.
Well, dealing I've done, but as it has been claimed that CSS can do anything
Tables can, I think I have to beg to differ and hope someone can prove me
wrong.
Problem:
760px container centered in page with 100% height. No problem.
3 DIV children inside container as rows (header, menu, body).
In the body, I may have a table dynamically listing data with unknown cell
widths and nowrap used and desired.
Let's say that table expands to 900px for whatever reason. I would like the
container to expand (which it does), but so too the other children DIVs
(which don't). It was my expectation that all children DIVs without any
specified CSS tags (such as float or width...) would fill the container
wide-ways.
I've seen a lot of liquid CSS designs out there with columns expanding and
contracting based on %, but I haven't been able to see anything like this.
Any ideas/suggestions/comments/solutions/questions/(etc...)?
Thanks,
Nathan