> This is my > page:http://www.glsc.usgs.gov/maintest.php?content=test&title=fish%20at%20...
You've got a <script> section between the </head> and the <body ...> Some browsers may totally ignore it. Your 'target' elements for the chucks of sidebar are <a> elements, example <a id="side_bars"> I don't think they're meant to be used like that. I'd change each chunk to something like <div id="side_bars"> ... </div> You have three different functions called createMarker(), which look to be written to do slightly different things for the n - s - c cases. As they all have the same name, only one of them will ever be run .... You could rename them to three different functions that you could access by individual name ; or you could write just one function that does slightly different things depending on some parameter you feed it - n, s or c for example. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---