I have split up my HTML page using div blocks. Within one of the div blocks, I have created a table. I want this table's width to expand to all available space.
2 problems: A) If I set the table's width to 100%, it appears to expand to the size of the entire page, not the div block. B) Furthermore, it doesn't appear to be clipped by the parent div block (i.e. it overflows).
If I use frames, this problem would go away... but I don't want to use frames.
Does anyone have a solution using HTML/CSS?