Jesse Ruderman wrote:
>
> Is there a valid way to make the textarea be the height of the content area?
Yes, if you want nothing else on the page:
<style type="text/css">
textarea {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
width: auto;
height: auto;
}
</style>
Clarence
- 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
- Clarence (Andreas M. Schneider)
