[Google Maps API v3] Re: infowindow width

2011-10-12 Thread alexandroid
...or you could make a completely custom info window without rounding
corners which would allow you to make margins smaller while keeping it
readable: 
http://stackoverflow.com/questions/3860277/google-maps-how-to-create-a-custom-infowindow

On Oct 11, 5:39 am, rmcguire  wrote:
> would removing the padding and possibly setting the height and width
> from within there possibly set the dimensions of the infowindow
> correctly? Also do I put my div around each of my functions which
> calls the infowindow?
>
> my page again is atwww.meadowlarkco.com/contactus.php
>
> Thanks for any help provided.
>
> On Oct 10, 3:39 pm, "geocode...@gmail.com" 
> wrote:
>
>
>
>
>
>
>
> > On Oct 10, 2:34 pm, "geocode...@gmail.com" 
> > wrote:
>
> > > On Oct 10, 2:10 pm, Joseph Elfelt  wrote:
>
> > > > I got Not Found on your link.
>
> > > The group is mangling the link (pre-pendingwww.google.comtoit), see
> > > if this works:
>
> > >http://www.meadowlarkco.com/contactus.php
>
> > > To the OP:
> > >   This is a general css/html question, not really map specific.  Try
> > > searching the 
> > > web.http://www.google.com/search?client=gmail&rls=gm&q=remove%20scroll%20...
>
> > >   But my guess is that the contents of the infowindow is too big for
> > > it to fit on the map.  You might want to remove some of the extraneous
> > > white space.
>
> >  You may also want to make the "shared borders" of the regions be the
> > same points, it looks strange the way you have it now with the two
> > "West Sales" areas different colors and overlaping.
>
> >    -- Larry- Hide quoted text -
>
> > - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow width

2011-10-12 Thread alexandroid
I am not sure how to remove the whitespace, but you should think twice
about that, since it will look bad without whitespace.

The reason why you are getting vertical scrollbar is because your info
window max height is limited by the map height which is too narrow.
Looks like there is some predefined margin above info window and top
edge of the map, so info window gets squished to lower size and gets a
scrollbar.

To remove it, you need to use CSS and set "overflow:hidden" to your
DIV which has entire content. Or add that DIV if you did not do that
yet.

However, it will crop a bottom of the photo of the second person in
your info window.

See example at 
http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows
In that example you would write " to guarantee no scroll bars.

Thanks,
Alex

On Oct 11, 5:39 am, rmcguire  wrote:
> would removing the padding and possibly setting the height and width
> from within there possibly set the dimensions of the infowindow
> correctly? Also do I put my div around each of my functions which
> calls the infowindow?
>
> my page again is atwww.meadowlarkco.com/contactus.php
>
> Thanks for any help provided.
>
> On Oct 10, 3:39 pm, "geocode...@gmail.com" 
> wrote:
>
>
>
>
>
>
>
> > On Oct 10, 2:34 pm, "geocode...@gmail.com" 
> > wrote:
>
> > > On Oct 10, 2:10 pm, Joseph Elfelt  wrote:
>
> > > > I got Not Found on your link.
>
> > > The group is mangling the link (pre-pendingwww.google.comtoit), see
> > > if this works:
>
> > >http://www.meadowlarkco.com/contactus.php
>
> > > To the OP:
> > >   This is a general css/html question, not really map specific.  Try
> > > searching the 
> > > web.http://www.google.com/search?client=gmail&rls=gm&q=remove%20scroll%20...
>
> > >   But my guess is that the contents of the infowindow is too big for
> > > it to fit on the map.  You might want to remove some of the extraneous
> > > white space.
>
> >  You may also want to make the "shared borders" of the regions be the
> > same points, it looks strange the way you have it now with the two
> > "West Sales" areas different colors and overlaping.
>
> >    -- Larry- Hide quoted text -
>
> > - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow width

2011-10-11 Thread rmcguire
would removing the padding and possibly setting the height and width
from within there possibly set the dimensions of the infowindow
correctly? Also do I put my div around each of my functions which
calls the infowindow?

my page again is at www.meadowlarkco.com/contactus.php


Thanks for any help provided.

On Oct 10, 3:39 pm, "geocode...@gmail.com" 
wrote:
> On Oct 10, 2:34 pm, "geocode...@gmail.com" 
> wrote:
>
>
>
>
>
> > On Oct 10, 2:10 pm, Joseph Elfelt  wrote:
>
> > > I got Not Found on your link.
>
> > The group is mangling the link (pre-pendingwww.google.comtoit), see
> > if this works:
>
> >http://www.meadowlarkco.com/contactus.php
>
> > To the OP:
> >   This is a general css/html question, not really map specific.  Try
> > searching the 
> > web.http://www.google.com/search?client=gmail&rls=gm&q=remove%20scroll%20...
>
> >   But my guess is that the contents of the infowindow is too big for
> > it to fit on the map.  You might want to remove some of the extraneous
> > white space.
>
>  You may also want to make the "shared borders" of the regions be the
> same points, it looks strange the way you have it now with the two
> "West Sales" areas different colors and overlaping.
>
>    -- Larry- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow width

2011-10-11 Thread rmcguire
how do I go about removing the extra white spacebaiscally Im just
trying to remove the scroll bars.

thanks

On Oct 10, 3:34 pm, "geocode...@gmail.com" 
wrote:
> On Oct 10, 2:10 pm, Joseph Elfelt  wrote:
>
> > I got Not Found on your link.
>
> The group is mangling the link (pre-pendingwww.google.comto it), see
> if this works:
>
> http://www.meadowlarkco.com/contactus.php
>
> To the OP:
>   This is a general css/html question, not really map specific.  Try
> searching the 
> web.http://www.google.com/search?client=gmail&rls=gm&q=remove%20scroll%20...
>
>   But my guess is that the contents of the infowindow is too big for
> it to fit on the map.  You might want to remove some of the extraneous
> white space.
>
>   -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow width

2011-10-10 Thread geocode...@gmail.com
On Oct 10, 2:34 pm, "geocode...@gmail.com" 
wrote:
> On Oct 10, 2:10 pm, Joseph Elfelt  wrote:
>
> > I got Not Found on your link.
>
> The group is mangling the link (pre-pendingwww.google.comto it), see
> if this works:
>
> http://www.meadowlarkco.com/contactus.php
>
> To the OP:
>   This is a general css/html question, not really map specific.  Try
> searching the 
> web.http://www.google.com/search?client=gmail&rls=gm&q=remove%20scroll%20...
>
>   But my guess is that the contents of the infowindow is too big for
> it to fit on the map.  You might want to remove some of the extraneous
> white space.

 You may also want to make the "shared borders" of the regions be the
same points, it looks strange the way you have it now with the two
"West Sales" areas different colors and overlaping.

   -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow width

2011-10-10 Thread geocode...@gmail.com
On Oct 10, 2:10 pm, Joseph Elfelt  wrote:
> I got Not Found on your link.

The group is mangling the link (pre-pending www.google.com to it), see
if this works:

http://www.meadowlarkco.com/contactus.php

To the OP:
  This is a general css/html question, not really map specific.  Try
searching the web.
http://www.google.com/search?client=gmail&rls=gm&q=remove%20scroll%20bars

  But my guess is that the contents of the infowindow is too big for
it to fit on the map.  You might want to remove some of the extraneous
white space.

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow width

2011-10-10 Thread Joseph Elfelt
I got Not Found on your link.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: infowindow width

2011-10-10 Thread rmcguire
actually I believe I'll put the image below the name, email, but how
can you set the height and width of the infowindow to eliminate the
scroll bars?

thanks

On Oct 10, 1:40 pm, rmcguire  wrote:
> Hello,
>
> at my page atwww.meadowlarkco.com/contactus.phpwhen you click on the
> eastern region, how can I eliminate the gap between the email address
> and the employee's name?
>
> thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.