I enabled the loading image for my map control but it is not where I expected to see it. It is appearing to the left side of the map control and sticks outside of the control. Any idea why it would be doing that? I am running short on time today but can post whatever code you would like to see in the morning. I am attaching a screen shot>
Loading Image Position
Hello Taylor,
Thanks for your post, I can see your problem, could you please provide a self-contained sample?
Regards,
Gary
I am having trouble uploading the zipped solution to this thread. My browser tells me the upload is complete, but the site never responds like it has received the file. Can I use your FTP site to get the zip to you?
Hi Gary,
I have sent the solution to that email address with the subject:
"Loading Image Position - attn: Gary"
Thanks for the help.
I am checking in to make sure you got the solution file that I emailed. If so, I am curious if you have gotten a chance to look at it.
Hello Taylor,
Sorry for delay, yes we got your sample, thanks for that, I’m working on this, I will let you know the result asap.
Regards,
Gary
Hi Taylor,
Maybe you can try the code below:
<script language="javascript" type="text/javascript">
OnMapCreated = function (map) {
if ("relative" != map.div.style.position) {
map.div.style.position = "relative";
}
}
</script>
Thanks,
Johnny
That worked thanks.
Hello Taylor,
You are welcome, please feel free to let us know your problem.
Regards,
Gary