码迷,mamicode.com
首页 > 其他好文 > 详细

一个,关于textarea的小问题。

时间:2014-07-01 23:54:31      阅读:391      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   width   2014   os   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<style>

*{margin:0; padding:0;} div{width:800px; height:300px; position:relative; border-radius:10px; border:4px solid red;} textarea{width:800px; height:300px; border:none; overflow:auto; resize:none;}

</style>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

</head>

<body>

  <div> <textarea></textarea> </div>

</body>

</html>bubuko.com,布布扣

这个,可以设置,resize:none;文本域的禁止拖动, overflow:auto,可以设置在ie下的滚动条问题。

bubuko.com,布布扣

需要注意的是 ,ie6,7,8不支持圆角。。。

一个,关于textarea的小问题。,布布扣,bubuko.com

一个,关于textarea的小问题。

标签:style   blog   http   width   2014   os   

原文地址:http://www.cnblogs.com/yunlu/p/3816388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!