Hi all,
I have a text area, and I want have two key requirements:
1. No scrollbars.
2. Fixed size.
Yet with the above, I also I want the text to wrap and, when there's more text than will fit in the fixed size, I want that text to exist below the visible area, and be able to be made visible by putting the mouse in the field and 'find' the rest of the text by selecting or using arrow keys.
I can't seem to get this to work using any of the Overflow attributes.
The text-type Input tag allows the text to be hidden and 'findable', but will not wrap. If the text-type input would wrap, that would work perfectly instead of Textarea.
Bottom line is I can't have the above requirements in one package--but I've seen it on other sites and it seems pretty basic. Can anyone help?
Thanks,
--Jim
I have a text area, and I want have two key requirements:
1. No scrollbars.
2. Fixed size.
Yet with the above, I also I want the text to wrap and, when there's more text than will fit in the fixed size, I want that text to exist below the visible area, and be able to be made visible by putting the mouse in the field and 'find' the rest of the text by selecting or using arrow keys.
I can't seem to get this to work using any of the Overflow attributes.
The text-type Input tag allows the text to be hidden and 'findable', but will not wrap. If the text-type input would wrap, that would work perfectly instead of Textarea.
Bottom line is I can't have the above requirements in one package--but I've seen it on other sites and it seems pretty basic. Can anyone help?
Thanks,
--Jim