123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|608|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Web Development -> Google Maps...

Thu, 28 Apr 2011, 02:41
Afr0
I'm embedding Google Maps to show the location of the company I'm working for. It is working (although I had to use a lot of time finding the right coordinates to use, because the coordinates from Google Earth were off by several miles...), but the Javascript code seems to be causing everything else to be stopping up (I can't select any of the items on my navigation menu for the site...).
Should I output all the HTML with PHP instead, would that work?



-=-=-
Afr0 Games

Project Dollhouse on Github - Please fork!
Thu, 28 Apr 2011, 03:20
JL235
Works for me (in FireFox 4 and Chrome 10).

Btw your missing a doctype.
Thu, 28 Apr 2011, 03:36
Afr0
Strange, doesn't work for me. Did you include the doctype?
It doesn't even work when I copied and pasted embed code from Google! o_O

-=-=-
Afr0 Games

Project Dollhouse on Github - Please fork!
Thu, 28 Apr 2011, 04:41
JL235
No I didn't add a doctype, but this might fix it for you.

What browser are you testing this in? For example IE blocks scripts when run in local files for security reasons.
Mon, 02 May 2011, 03:53
Afr0
After a lot of fiddling, I've managed to figure out that the problem wasn't Google's fault.
It turns out that if I comment out the 'float:left;' line from 'div.Menu', the links in the menu work. Otherwise they don't.





Help, please? :|

-=-=-
Afr0 Games

Project Dollhouse on Github - Please fork!
Mon, 02 May 2011, 03:57
spinal
afr0 After alot of fiddling,


"alot" isn't a real word...

-=-=-
Check out my excellent homepage!
Mon, 02 May 2011, 04:01
Afr0
When I have no 'float:left;' it looks like:



Otherwise it looks like:





-=-=-
Afr0 Games

Project Dollhouse on Github - Please fork!
Mon, 02 May 2011, 04:05
Afr0
spinal: Fixed!!