Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: SV: Blinking Cursor in the box


Message #1 by "Robert Nyman" <robert.nyman@c...> on Thu, 10 Oct 2002 16:28:17 +0200
Sorry, I don't know of a way to do this.
The nearest thing I can think of is creating a custom image cursor for
the
text box, but that will only appear when you hover over the text box
(IE6 only).

<input type=3D"text" style=3D"cursor:url('mycursor.cur')">


If this helps you, for more info, see:

http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/cur
sor.asp
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/cursor_c.ht
m



/Robert



-----Ursprungligt meddelande-----
Fr=E5n: mkoyenov@s... [mailto:mkoyenov@s...]
Skickat: den 10 oktober 2002 15:23
Till: JavaScript HowTo
=C4mne: [javascript_howto] Blinking Cursor in the box


Hello Guys!
Can anyone tell me how do I do a different color cursor in my text box
than it usually is?
In other words...instead of a regular blinking, thin, black cursor, I'd
like something that is more eye-catching, something like a thick cursor
as it is on the console in DOS.

Thank you very much in advance.

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20


  Return to Index