Hi,
I have a table cell that I'm putting data in via javascript. Anyway when the cell is empty it displays as the height that I've specified. But as soon as text is inserted into it that exceeds the height it expands. This is what I'd like to avoid. I've implemented overflow:auto; to cause a scrollbar to appear when the text exceeds the cell height and it does appear but still the cell expands.
How do I remedy this?
Many Thanks,
- VB Rookie