How do i prevent the textbox cursor from blinking throu a overlayed DIV under IE8?
Posted
by marc.d
on Stack Overflow
See other posts from Stack Overflow
or by marc.d
Published on 2010-06-16T07:40:44Z
Indexed on
2010/06/16
7:42 UTC
Read the original article
Hit count: 399
html
|internet-explorer-8
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.
© Stack Overflow or respective owner