|
Hi Guys,
I have a table and inside one of the table cells is a div that has a 100% width.
Now, when i fill this div too much it will make the table auto resize to fit it.
I dont want this.
I want the table to stay how it is and the div to scroll instead ( Ok i know how to do this )
The part im having trouble with is making the div height 100% IE: the same size of the table cell.
Is there any Javascript or some css than can keep the div the same height and width as the table cell that it sits in?
|