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!
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!