Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 在某些浏览器中,如何去掉文本框控件右下角的小V形符号_Css_Firefox_Google Chrome_Safari - Fatal编程技术网

Css 在某些浏览器中,如何去掉文本框控件右下角的小V形符号

Css 在某些浏览器中,如何去掉文本框控件右下角的小V形符号,css,firefox,google-chrome,safari,Css,Firefox,Google Chrome,Safari,我在IE中没有得到一个V形符号,但我在Chrome、Firefox和Safari中得到了它。V形符号用于调整文本区域的大小。要删除它,请使用: .clASPOneP { overflow: hidden; height:40px; width:40px; border-style:none; border-width:0px; background-color:#C0C0C0; font-family:Courier;

我在IE中没有得到一个V形符号,但我在Chrome、Firefox和Safari中得到了它。V形符号用于调整文本区域的大小。要删除它,请使用:

.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;
 }

V字形用于调整文本区域的大小。要删除它,请使用:

.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;
 }