line-height textarea

时间:2012-08-23 05:57:03

标签: html textarea

目前,我的textarea显示如下: click here to see the picture

我希望每条线之间的高度不那么重要。

更新

我在css文件中尝试了line-height:

textarea{ line-height: 120%; }

但它不起作用,只是降低了textarea的高度,并没有减少线之间的高度。

我该怎么做?

2 个答案:

答案 0 :(得分:1)

您可以尝试percentageempx等,并为您选择一个。像Firefox这样的浏览器有一些错误。

Here 是一个现场演示。

答案 1 :(得分:0)

将padding-top设置为0px,应该重置textarea的行高

相关问题