Google Maps API Tutorial

© 2006, 2007, 2009 Mike Williams

 
Translate this page:

 

Using Jef Poskanzer's OverlayMessage

OverlayMessage allows you to place a semi-transparent message over the top of any HTML element. It's not a true Google API Map extension, because it works equally well on things other than maps.

It can be useful for Google Maps that take a while to load. You can display the message before the map starts to load, and clear it in the <body onload> function, if you're not using onload for anything else.

Here's an example

Full details of how to use it are at www.acme.com/javascript/#OverlayMessage

Back to Mike's Homepage
Up to the start of this tutorial