Hi there!
What I did in your case is to create a div outsite the map, and then
have it place in the horizontal-vertical center, by using:
var div_center = document.getElementById('div_center')l
div_center.style.x = (screenwidth/2) (I forgot how to call the screen/
document width.)
div_center.style.y = (screenheight/2) (I forgot how to call the screen/
document height.)
On Apr 29, 9:43 am, dms <diegui...@gmail.com> wrote:
> Hi there!
> i want to create a div with a message in the horizontal-vertical
> center
> should i use new GControl() ???