2016-11-07 7 views

答えて

0

input[type="text"]{ 
 
    color : transparent; 
 
    text-shadow : 0 0 0 #000; 
 
} 
 
input[type="text"]:focus{ 
 
    outline : none; 
 
}
<input type="text" value="test message" />

+0

はい、動作していますが、 'text-shadow'を使用せずに解決策が必要です –

+0
+0

カーソルを非表示にするいくつかのCSSプロパティ? –

0

この意志はiOS8で動作します。

<input style="position: fixed; top: -1000px">

関連する問題