Hello,
ok so I can't get my google map to display. No doubt I'm doing
something silly wrong, but I'm teaching myself this stuff and I'm
obviously missing something.
So far I got rid of the <body> tag as the validator didn't like it
with my XHTML Strict Doctype. I replaced it with:
<script type="text/javascript">
window.onload = function() {
initialize();
}
</script>
If I look at the site in FireBug the element style has position:
relative (I don't know where that comes from), but if I disable it, I
can see part of the map appear in the top left corner. so perhaps I
have a positioning issue?
Maybe there's a WordPress plugin causing a conflict?
here's a link http://www.pinkpigeon.net/contact/
(fyi my stylesheet has got corrupted when I was trying to update it, I
don't how trying to fix that too...)
Thank you for any help you wonderful people :-)
Will
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.