簡體   English   中英

在某些瀏覽器中,如何擺脫文本框控件右下角的小V形符號

[英]How do I get rid of the tiny chevron in the bottom right corner of the textbox control in some browsers

.clASPOneP 
 {
     overflow: hidden;
     height:40px;
     width:40px;
     border-style:none;  
     border-width:0px;
     background-color:#C0C0C0;
     font-family:Courier;
     font-size:xx-large;
     padding:0px;
     text-align:center;
     vertical-align:middle;
 }

我在IE中沒有人字形,但在Chrome,Firefox和Safari中卻有

人字形用於調整文本區域的大小。 要刪除它,請使用:

.clASPOneP {
    resize: none;
}

資源

暫無
暫無

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

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