入力に text-overflow: ellipsis を使用しようとしていますが、クロムと Firefox のみが問題を示しています。IE と Opera では何の効果もありません。ハックはありますか..
フィドル: http://jsfiddle.net/SZYFw/
input {
text-overflow: ellipsis
}
<pre>
<input type="text" value="Lorem ipsum dolor sit amet, consectetuer adipiscing elit.">
</pre>
オペラのバージョン: 12.11 ビルド 1661 すなわちバージョン: 10
</p>