textarea's rows, and cols attribute in CSS

后端 未结 5 1282
南方客
南方客 2020-12-07 13:37

I\'d like to set the textarea\'s rows and cols attributes via CSS.

How would I do this in CSS?

5条回答
  •  鱼传尺愫
    2020-12-07 14:08

    width and height are used when going the css route.

    
    
        
            Setting Width and Height on Textareas
            
        
        
            
        
    
    

提交回复
热议问题