On Feb 9, 9:57 am, paulp575 <paulp...@dog-walker.us> wrote:
> On Feb 8, 10:58 am, "geocode...@gmail.com" <geocode...@gmail.com>
> wrote:
>
> > On Feb 8, 10:26 am, paulp575 <paulp...@dog-walker.us> wrote:
>
> > > On Jan 30, 6:58 pm, paulp575 <paulp...@dog-walker.us> wrote:
>
> > > > In an effort to keep all the formatting information in my stylesheet, I 
> > > > moved the overlayMessage container style from the web page to the
> > > > style sheet.
>
> > > > Now the overlayMessage is displayed outside the map.
>
> > It looks OK to me in IE6.  What browser are you having issues with?
>
> >   -- Larry
>
> When using FF 3.0, the overlay message is displayed below the map
> (outside of the map), but within the table and is displayed until the
> map and markers are fully drawn.
> Same with Opera v9.63 and Safari v4.

I am not a CSS expert.  But if it works in IE and doesn't work in
standards compliant browsers, it is probably wrong.  Have you tried
validating it?

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.xmxpro.com%2FCatalog-map%2Fcatalog-map-overlayMessage.htm&profile=css21&usermedium=all&warning=1&lang=en#errors

  -- Larry

> In IE 6.0 with SP2, the overlay message is displayed within the map,
> but only for a second or two; then it disappears and the map and
> markers continue to load.

Isn't that because your code closed it?
You call clear message in the body onload event, which occurs when the
DOM has finished loading, but not before the map has finished
rendering or the markers are completely loaded (which are both
asynchronous to the body onload event, and after it).

  -- Larry


>
> Paul

-- 
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-...@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.

Reply via email to