- Регистрация
- 28.10.2011
- Сообщения
- 44
- Благодарностей
- 0
- Баллы
- 0
<div style="display: block; position: absolute; overflow: hidden; margin: 0pt; padding: 0pt; opacity: 0; direction: ltr; z-index: 2147483583; left: 102px; top: 323.5px; width: 102px; height: 28px; visibility: hidden;">
This is driving me crazy...
notice the last line, "visibility : hidden".
I am not able to search for this entire div because it's value is hidden. Any ideas on how I can find this? I tried all of the event handlers and no luck.
If I mouse over it, it becomes visible in the DOM and I can find it. But only if I physically move the mouse over the div. If I use the events 'mouseover' or 'focus' it does not trigger the div to show. (also tried everything else anyway)..
please help!!!
This is driving me crazy...
notice the last line, "visibility : hidden".
I am not able to search for this entire div because it's value is hidden. Any ideas on how I can find this? I tried all of the event handlers and no luck.
If I mouse over it, it becomes visible in the DOM and I can find it. But only if I physically move the mouse over the div. If I use the events 'mouseover' or 'focus' it does not trigger the div to show. (also tried everything else anyway)..
please help!!!