hardins.com/retail4.htm is the working file referenced below.
I got rid of the references to the non-stock markers along with their
rollovers. I also got rid of the error in fire fox that was caused by
the alpha property in the message overlay script.
I have MarkerLight.js, and I also have MarkerLight2.js now.
Markerlight.js refers to the icon used for the search.
MarkerLight2.js is going to refer to all of the icons that are pulled
in from the spread sheet. It is the only way I knew how to have two
icons with different canvas sizes, instead of having icons with the
same canvas size but different image sizes( ie markerlight2.js has
icons that are 6px by 6px, and markerlight.js has icons that are 16px
by 16px).
This code is where the icons are formed for the spread sheet entries:
// create the marker
var marker = createMarker(point,label,html,rank);
map.addOverlay(marker);
mapMarkers.push(marker);
mapHTMLS.push(html);
bounds.extend(point);
How would MarkerLight2 and http://www.hardins.com/images/greencirclemarker.png
be referenced?
On Oct 16, 8:37 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Everything aligns fine in the iframe (in ie and ff) where it actually
> goes when all is said and done.
>
> On Oct 16, 8:08 am, "warden [Andrew Leach - Maps API Guru]"
>
> <[EMAIL PROTECTED]> wrote:
> > On Oct 16, 3:49 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > I made the changes to retail4.htm that you suggested but am getting an
> > > error.
>
> > > I get this while loading:
>
> > > Warning: Error in parsing value for property 'filter'. Declaration
> > > dropped.
> > > Source File:http://hardins.com/retail4.htm
> > > Line: 0
>
> > You can't use the AlphaImageLoader filter in Firefox, and the filter
> > property in your overlay message causes an error. You can probably
> > ignore it. Apart from that, it looks far better in FF than IE6, where
> > everything is all over the place: the CSS probably needs tweaking.
>
> > Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---