Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Frds,

I have a big trouble with accessing html element.

the element is created after mouseover.

How do i access the element.

If page load that element is like

HTML
<img id="testTimeSlot" width="28" height="24"  önmouseout="hideTestTimeSlot();" style="display:none;" src="img/lightGray.gif">


after mouse over and click its like

HTML
<img id="testTimeSlot" width="28" height="24"  önmouseout="hideTestTimeSlot();" style="display: none; top: 102px; left: 801px; width: 29px;" src="img/lightGray.gif">


It will be changed that positions like top and left


Please help me.i'm in critical situation.Please help me...
Posted

1 solution

try removing display:none after mouse hover
this can the problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900