`
hulunberbus
  • 浏览: 858215 次
文章分类
社区版块
存档分类
最新评论

如何消除textarea右边的Scrollbar

 
阅读更多

1<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

<style type="text/css">

<!--

textarea { overflow: hidden; z-index: y; clip: rect( )}

-->

</style>

</head>

<body bgcolor="#FFFFFF" text="#000000">

<textarea name="textfield" rows="3"></textarea>

</body>

</html>

2<html>

<head>

<title>Untitled Document</title>

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

<style type="text/css">

<!--

textarea { overflow: hidden; z-index: y; clip: rect( ); border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

-->

</style>

</head>

<body bgcolor="#FFFFFF" text="#000000">

<textarea name="textfield" rows="3"></textarea>

</body>

</html>

3<textarea style="overflow: hidden"></textarea>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics