怎么锁定文本域的大小,用css控制?还是有什么其他的方法,浏览器要兼容,请大家的帮助
------解决方案--------------------------------------------------------
- HTML code
<!doctype html><html> <head> <meta charset="gb2312" /> <title>Test</title> </head> <script> </script> <body> <textarea style="width:200px; height:100px; resize:none;">123</textarea> </body></html>