On 5/15/07, Del Wegener <[EMAIL PROTECTED]> wrote: > I have not been able to Google any useful way to eliminate the scrollbar > other than to color it the same as the page background. And that seems to > work only for IE. > > How can I eliminate the vertical scrollbar on a textfield.?
I'm not sure I'm understanding--do you want to hide: 1) an input type=text? 2) a textarea? 3) The scrollbar from a textarea? For 1 and 2, you can simply use "display: none" to prevent them from displaying. For #3, I'm not sure if there is a way to not display the scrollbar in a textarea. Someone else will have to comment. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
