簡體   English   中英

只要不使用可見行數,TextArea 就沒有垂直滾動條

[英]TextArea without vertical Scrollbar as long as numbers of visible rows are not used

我有一個 3 行的 TextArea。

問題:Firefox 在用戶使用超過 3 行之前不顯示垂直滾動條,但 Internet Explorer 8 始終顯示滾動條。

我需要 Firefox 在 Internet Explorer 8 中的行為。

有任何想法嗎?

<textarea style="overflow:auto" />

可能是 firxfox 的渲染問題。

您可能還想指定高度,也許試試這個:

yourtextarea.yourclass
{
  overflow: auto;
  height: 30;
}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM