I am working on a page where a table is used as a container for form elements. The table is divided into 3 main cells - (some containing other tables) . The left most contains user options and the right a text area for user imput. The middle is used as an empty padding cell.
The height of this table is fixed.
The problem is we want the the text area to shrink and grow width wise as and when the user increases/decreases page width.
At the moment - the middle cell does this, whereas the left cell containg the text area stays fixed.
Any suggestions
The height of this table is fixed.
The problem is we want the the text area to shrink and grow width wise as and when the user increases/decreases page width.
At the moment - the middle cell does this, whereas the left cell containg the text area stays fixed.
Any suggestions