I am trying to use text-overflow: ellipsis for my inputs but only chrome and Firefox shows it fines. On IE and opera it does not make any effect. Is there any hack..
Fiddle: http://jsfiddle.net/SZYFw/
input {
text-overflow: ellipsis
}
<pre>
<input type="text" value="Lorem ipsum dolor sit amet, consectetuer adipiscing elit.">
</pre>
opera version: 12.11 Build 1661 ie version: 10