gjewett
07-21-2006, 05:08 PM
This problem is starting to drive me nuts, and as of yet a solution has evaded me:
I have a page with a text box in table cell that is used for searching. If a user increases the text size on their browser using the accessibility features, the textbox also grows. The problem is that eventually it stretches the table cell causing big problems with the page layout, since a textbox won't wrap.
Does anyone know if there is a way to override the browser's ability to size the textbox, or to use something like a textarea that would wrap within the cell the way text does?
Any hints would be helpful.
Thanks!
I have a page with a text box in table cell that is used for searching. If a user increases the text size on their browser using the accessibility features, the textbox also grows. The problem is that eventually it stretches the table cell causing big problems with the page layout, since a textbox won't wrap.
Does anyone know if there is a way to override the browser's ability to size the textbox, or to use something like a textarea that would wrap within the cell the way text does?
Any hints would be helpful.
Thanks!