If I want my textarea to be hidden, how do I do it?

后端 未结 6 1537
执笔经年
执笔经年 2021-01-04 01:00

If I want my textarea to be hidden, how do I do it?

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-04 01:34

    You have a few options, here are some examples:

    1. Display:none
    2. Visibility:hidden

    Here is some example code for you to see for yourself

    
    
    
    
        Text Area Hidden
        
    
    
    
        

    Text area hidden examples

    Hide but take up space (notice the gap below)

    Hide Don't take up space

    See this jsFiddle Example

提交回复
热议问题