Thanks Larry, this fixed it up quick. :) - Alper
On Aug 27, 4:40 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Aug 27, 3:31 pm, "Alper S." <[EMAIL PROTECTED]> wrote: > > > Hey all -- I've liked the conversations going on in this group and > > it's time for my first post in here with an issue that's confused > > me. :) > > > I'm trying to add an <a name="map"> element around where the map > > starts so the entire map interface can be shown on one screen. > > Although it doesn't seem to affect Firefox 2/3 or IE7, it completely > > breaks IE6 on my screen, breaking the map completely (no tiles load, > > controls drawn outside of containing div). > > the name attribute is an alias for the id attribute and must be only > assigned to one element in the DOM (except for particular special > cases like radio boxes) > > either change the name of your "map" div (<div id="map"></div>) or use > a different anchor (something besides name="map"...) > > -- Larry > > > > > I have some javascript doing smooth scrolling, but disabling it didn't > > seem to solve anything. > > > A link to the working page is > > here:http://urban.foreverbeyond.net/new/mbangalore.php > > > Anyone have any ideas about this (circumvention, reasons, etc)? > > > Thanks in advance! > > > - Alper --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
