text overflow along the bottom of my map
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 |
From: davemoss <dave.mo...@ntlworld.com>
Date: Thu, 5 Nov 2009 12:11:23 -0800 (PST)
Local: Fri, Nov 6 2009 7:11 am
Subject: text overflow along the bottom of my map
http://bmengineers.co.uk/contacts.html
The following text:
"Imagery ©2009 DigitalGlobe, Infoterra Ltd & Bluesky, GeoEye,
Getmapping plc, The GeoInformation Group, Map data ©2009 Tele Atlas -
"
that i assume is loaded by the api itself is overflowing my map, any
ideas on how to solve this would be appreciated.
Regards
Dave
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Rossko <ros...@culzean.clara.co.uk>
Date: Thu, 5 Nov 2009 12:18:54 -0800 (PST)
Local: Fri, Nov 6 2009 7:18 am
Subject: Re: text overflow along the bottom of my map
> The following text:
> "Imagery ©2009 DigitalGlobe, Infoterra Ltd & Bluesky, GeoEye,
> Getmapping plc, The GeoInformation Group, Map data ©2009 Tele Atlas -
> "
> that i assume is loaded by the api itself is overflowing my map, any
> ideas on how to solve this would be appreciated.
Try some of these -
http://groups.google.com/group/google-maps-api/search?group=google-ma...
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: clickfwd <alejan...@reviewsforjoomla.com>
Date: Fri, 6 Nov 2009 06:02:02 -0800 (PST)
Local: Sat, Nov 7 2009 1:02 am
Subject: Re: text overflow along the bottom of my map
I use this to make the copyright wrap inside the map div
GEvent.addListener(map, "tilesloaded", function() {
jQuery('.gmnoprint').next('div').css('white-space','normal');
});
Of course I am using jQuery for some other things on the page, but you
get the idea.
On Nov 5, 4:18 pm, Rossko <ros...@culzean.clara.co.uk> wrote:
> > The following text:
> > "Imagery ©2009 DigitalGlobe, Infoterra Ltd & Bluesky, GeoEye,
> > Getmapping plc, The GeoInformation Group, Map data ©2009 Tele Atlas -
> > "
> > that i assume is loaded by the api itself is overflowing my map, any
> > ideas on how to solve this would be appreciated.
> Try some of these -http://groups.google.com/group/google-maps-api/search?group=google-ma...
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: davemoss <dave.mo...@ntlworld.com>
Date: Sun, 8 Nov 2009 00:45:27 -0800 (PST)
Local: Sun, Nov 8 2009 7:45 pm
Subject: Re: text overflow along the bottom of my map
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|