On Feb 11, 9:54 pm, dcooper <[email protected]> wrote: > Firefox 3.0.3 is the version I have issues with (installed here at > work). I just tested it with a vanilla copy of 3.0.5 (no extensions) > via browsercam.com and the issue is still there. > Screenshot:https://www.cefcu.com/common/images/polyline.png
First of all, your HTML is invalid: http://validator.w3.org/check?uri=https%3A%2F%2Fwww.cefcu.com%2Fabout%2Fmember-center.php&charset=%28detect+automatically%29&doctype=Inline&group=0 Some of those errors will cause unpredictable results. In addition, you should not have your script in the middle of the HTML. Scripts belong in the <head> section, and your script should be inside a function that gets called on page load, otherwise you don't really know in what order things happen. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
