I want to display value in an
<input readonly="readonly">
field without it looking like an interactive field.
This method is helpful for preventing users from editing a field while still allowing the value to be displayed. I am aware that there are other ways to achieve this, but I prefer using this method.
Issue: The blinking caret appears when the field is clicked or focused (especially in FF and IE8 on Win7).
My ideal scenario would be to have the field remain focusable without the blinking caret.
If anyone has any Javascript solutions, please share them.