How to make textarea can not drag and drop

 

Prohibited method can drag text field textarea:

<textarea style="resize:none;"></textarea>
 

Let no yellow textarea box and can not drag and drop:

In the domain of Chinese chrome textarea neither the yellow box can not drag and drop approach:
 
 
<textarea style="resize:none;outline:none;"></textarea>

Prohibited method can drag text field textarea:

<textarea style="resize:none;"></textarea>
 

Let no yellow textarea box and can not drag and drop:

In the domain of Chinese chrome textarea neither the yellow box can not drag and drop approach:
 
 
<textarea style="resize:none;outline:none;"></textarea>

Guess you like

Origin www.cnblogs.com/wsj1/p/11087904.html