开发者

Textarea: Size of a window with no border

开发者 https://www.devze.com 2023-03-29 09:42 出处:网络
How do you make a textarea with no b开发者_如何转开发order and takes up all of the space it can?

How do you make a textarea with no b开发者_如何转开发order and takes up all of the space it can?

Thanks everybody!


Here it is:

<style type="text/css">
textarea.test
{  
width: 100%;
height: 100%;
border-color: Transparent;     
}
</style>
<textarea class="test"></textarea>
0

精彩评论

暂无评论...
验证码 换一张
取 消