【问题标题】:Remove the sizer in a textarea box [duplicate]删除textarea框中的sizer [重复]
【发布时间】:2016-01-31 02:46:27
【问题描述】:

有没有办法删除文本区域右下角的尺寸器?

这是我的 HTML:

<textarea class="edit" placeholder="your tagline" style="position: absolute; left: 395px; top: 62px; width: 310px; height: 286px; color: rgb(169, 169, 169); padding-top: 4px; padding-bottom: 4px;">your tagline</textarea>

【问题讨论】:

    标签: html css


    【解决方案1】:

    这可以在html中轻松完成

    <textarea name="textinput" draggable="false"></textarea>
    

    这对我有用。可拖动属性的默认值为 true。

    【讨论】:

      猜你喜欢
      • 2010-11-05
      • 1970-01-01
      • 2011-10-19
      • 1970-01-01
      • 1970-01-01
      • 2012-09-27
      • 2020-04-03
      • 2015-08-24
      • 1970-01-01
      相关资源
      最近更新 更多