I am wondering if it is possible to access the text cursor of an <input type="text">
.
Does it have a specific node in the DOM?
My initial feeling is that this is OS-specific, but if any one knows of a way to access it via JS / jQuery / CSS / XSLT then please let me know (non-cross-browser inclusive).
Purposes for this could include changing its colour, thickness, blink rate, perhaps even substituting it for a custom cursor like a DOS-esque underscore, a .gif animation, anything other than the ubiquitous 1px pipe!