On Feb 9, 10:30 am, "geocode...@gmail.com" <geocode...@gmail.com> wrote: > 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.xmx...
I did not validate it with the W3C validator. But using the above link the only CSS error is in line 26 which has to do with the positioning of the WOHVA logo. So, unless that causes problems, the CSS appears to be valid. > > 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). Not sure if I'm understanding what you are saying. However, it works fine with the style information inline, but as soon as I remove it to the external stylesheet, it no longer works correctly. Not sure if the image alignment CSS error would cause that, but don't think so. Thanks, 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.