原生js实现textarea自动大小
代码语言:html
所属分类:表单美化
代码描述:原生js实现textarea自动大小
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
font-family: Arial, sans-serif;
padding: 0 20px;
}
h2 {
font-size: 30px;
}
main {
text-align: center;
margin: 0 auto;
max-width: 800px;
}
textarea {
color: #444;
padding: 5px;
}
/* TEXTAREA AUTO RESIZE STYLES BEGIN */
/* The .hiddendiv styles are added with JS.
You can remove the JS lines and use CSS instead
.hiddendiv {
display: none;
white-space: pre-wrap;
word-wrap: break-word;
}*/
/* the styles for 'txta.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0