Click to See Complete Forum and Search --> : Cursor disappearing in Firefox


fzammetti
03-14-2006, 01:29 PM
Hi all... Using FF 1.5.0.1...

I have a <div> that has some textbox form fields... at some point I set display="none" on this <div> and show another one using display="block"... problem is, the second <div> has testboxes as well, and if you click in them, there is no cursor. You CAN type, but no cursor... If I again show the first <div>, the cursor is there.

Any ideas how to avoid this? I do need to use display as opposed to visibility because the <div> inhabit the same place on the scren (think a tabbed display). Thanks!

pcthug
03-14-2006, 07:41 PM
Check
http://www.w3.org/TR/CSS21/ui.html#cursor-props
http://www.echoecho.com/csscursors.htm

But more help could be given if we could see your code