Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form text input ... cursor style?

Status
Not open for further replies.

dkdude

Programmer
Jun 16, 2003
849
DK
Hi,

I looking for a way to style the text cursor in a [tt]<input type="text" />[/tt] form field. Not that it matters, but what I'm looking for is a retro commandline style box shaped cursor.

Any ideas how. I know that it's not readily a part of css2, but maybe there is a workaround?

Thanks
 
I don't think you will be able to do this. It's the "caret" you're talking about, not the cursor (cursor == mouse, caret == text).

Even if you do finsd a way to do this, for example, on IE/Win, chances are it will be totally wired to that specific browser and O/S combination (these things are usually controlled by the O/S).

Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top