views:

33

answers:

1

this occurs only under IE8, FireFox hides the cursor as you would expect. the DIV in question has a absolut position and z-index: 2 (increasing the z-index does not help)

just removing the focus from the textbox is not a desired solution.

A: 

i don't think you can control that. remove the focus from that text field or change the div's background-color so the cursor isn't visible (which would be black... maybe not very beautiful...)

oezi