On Oct 10, 4:13 pm, oswaldmil <[EMAIL PROTECTED]> wrote:
> Larry,
> Thanks for the help.  I need to edit the two .gif files.  

You said you copied them on to your server.  If they exist, you really
just need to put them in the correct place, which is the site/images
subdirectory of your  webserver.

Actually it is even easier than that:
The images are here:
http://houstonnewhomesource.com/Site/images/house1.gif

> I am not
> sure I understand, and please bear with me since it was three years
> ago that I made the map, and do not remember a lot of the google map
> functions.  I copied it over when I created the new website.

The issue with IE will be more complicated to fix if you don't
remember much about the API.

You are using v1 syntax.  You may want to upgrade to v2:
http://code.google.com/apis/maps/documentation/index.html#Upgrading_v1

It looks like your table definition has problems:
http://validator.w3.org/check?uri=http://www.houstonnewhomesource.com/communities.html&charset=(detect+automatically)&doctype=Inline&group=0

  -- Larry


>
> On Oct 10, 4:07 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > On Oct 10, 1:45 pm, oswaldmil <[EMAIL PROTECTED]> wrote:> I updated my 
> > website, and now the maps no longer shows the icons
> > > (houses) on the map.  However, whenever I preview (I am using
> > > dreamweaver cs3) in browser they are there.  I made sure the pictures
> > > up loaded to the server.  
>
> > But are they in the right place?  Your page is looking 
> > for:http://houstonnewhomesource.com/site/images/house1.gif
> > andhttp://houstonnewhomesource.com/site/images/shadow.gif
> > (which gives me error pages...)
>
> > > Also, the map looks correct in firefox, but
> > > is 1/4 of the correct size and to the lower left in IE.
>
> > You have your script inside the DOM (so it will be processed before
> > the DOM is completely defined), IE doesn't like that (it tells the API
> > the map div has 0 size).
>
> > options:
> > 1. define the script in the head, run it with an onload handler
> > 2. define the script at the very end, just before the </body> tag
> > 3. tell the api the size of you div with the size option to the GMap2
> > constructor.
>
> >   -- Larry
>
> > > The URL of the map is:
>
> > >www.houstonnewhomesource.com/communities.html- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to