Having an issue here. I have a few DIV's basically looks like so:
<DIV ID="PicPos">
<IMG SRC="/images/ncmap.gif" onClick = "shiftEm();" WIDTH="300" HEIGHT="90" BORDER=0 ALT="NC MAP">
</DIV>
<DIV ID="horz"><IMG SRC="images/red.gif" WIDTH="300" HEIGHT="1" BORDER=0 ALT=""></DIV>
<DIV ID="vert"><IMG SRC="images/red.gif" WIDTH="1" HEIGHT="90" BORDER=0 ALT=""></DIV>
The output is a map with crosshairs. The shiftem function moves the crosshairs to the clicked x,y coordinates.
Now, this works fine on desktop computer, but when i try to connect from a handheld it only accepts answers that are to the left of the vertical line, meaning the more you move the line the less room you have to click in. It does not accept anything to the right of the vertical line. These are all on the same layer now (z-index's = 0) and the only way it accepts a click to the right of the vertical line is when the map is painted on top of the lines.
Again, this works perfectly on desktops, but doesn't work on a handheld running Windows CE and internet Explorer, let me know if you have run into anything similar.
-Tarwn
<DIV ID="PicPos">
<IMG SRC="/images/ncmap.gif" onClick = "shiftEm();" WIDTH="300" HEIGHT="90" BORDER=0 ALT="NC MAP">
</DIV>
<DIV ID="horz"><IMG SRC="images/red.gif" WIDTH="300" HEIGHT="1" BORDER=0 ALT=""></DIV>
<DIV ID="vert"><IMG SRC="images/red.gif" WIDTH="1" HEIGHT="90" BORDER=0 ALT=""></DIV>
The output is a map with crosshairs. The shiftem function moves the crosshairs to the clicked x,y coordinates.
Now, this works fine on desktop computer, but when i try to connect from a handheld it only accepts answers that are to the left of the vertical line, meaning the more you move the line the less room you have to click in. It does not accept anything to the right of the vertical line. These are all on the same layer now (z-index's = 0) and the only way it accepts a click to the right of the vertical line is when the map is painted on top of the lines.
Again, this works perfectly on desktops, but doesn't work on a handheld running Windows CE and internet Explorer, let me know if you have run into anything similar.
-Tarwn