> >Cool, no scrollbars if I do > ><textarea style=" border:0; width:100%; height:100%; margin: > >0px"></textarea>. > > > >Is it a bug that I have to set extra styles to get a textarea without a > >scrollbar? > > Nope, because you're triggering quirks mode which is supposed to give a > "buggier" rendering that matches older browser behaviour. If you want to fix > it without the above style, just use an appropriate doctype, i.e. Hmm, that seems to kill the height:100% and make the textarea only be two lines tall.
- scrollbars for <textarea style="wi... Jesse Ruderman
- Re: scrollbars for <textarea style... Jonas Sicking
- Re: scrollbars for <textarea s... Jesse Ruderman
- Re: scrollbars for <textarea style... Ian Hickson
- Re: scrollbars for <textarea style... Jesse Ruderman
- Re: scrollbars for <textarea style... Ian Davey
- Re: scrollbars for <textarea style... Jesse Ruderman
- Re: scrollbars for <textarea style... Ian Davey
- Re: scrollbars for <textarea style... Jesse Ruderman
- Re: scrollbars for <textarea s... Clarence (Andreas M. Schneider)
