Wed, 2004-09-01 17:07
Hi,
I am trying to solve the following problem.
I have a table that has its width set to 100%
Inside this table I have a div. The div has the overflow property set to auto.
My problem is that the content I am putting into the div is a lot wider than the table that contains the div. I only want the div to be as wide as the containing table...not stretch/widen to accomodate its content.
HELP!!!