0

is it possible to prevent web browsers from displaying the text selector (the "|" which alternatively shows and hides) when an input is focused?

gwendall
  • 920
  • 15
  • 22

1 Answers1

0

You cannot set css property that will work in every browsers.

However there is a one solution that i kept in mind.

Read this article its explained well there -> http://www.quirksmode.org/dom/inputfile.html

Alan
  • 622
  • 2
  • 6
  • 18