Home > Web Front-end > HTML Tutorial > Regarding how to prevent
Change it to textarea{resize:none; rows="10" cols="50"}?












< ;html>








Thank you very much!!

request.getRemoteURI();
Copy after login

[Quote=Quote 4th floor’s reply:]











Thank you very much!!
It still doesn’t seem to be working! ! ? ? Are you ready?

It doesn’t seem to work. I followed what I wrote above, but it doesn’t work.

It’s because textarea is written as texearea

texearea {resize: none;}
Copy after login


It should be

textarea {resize: none;}
Copy after login

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template