[Google Maps API v3] Re: Infowindow Shadow

2011-06-27 Thread Pil
Have a look at the reference. You can see that floatShadow pane
contains the info window shadow.

http://code.google.com/apis/maps/documentation/javascript/reference.html#MapPanes

Now you should know how to access the map panes. To do this you can
use an OverlayView as a dummy object.

Then you may set the floatShadow pane (which is a div that contains
the shadow images) not to be displyed

dummy.getPanes().floatShadow.style.display = none;





On Jun 27, 9:38 am, Navindian navind...@gmail.com wrote:
 Hello team,

 I wish to disable the shadow that is getting displayed when we open
 Infowindow.

 If you need The snippet, the following you could see...
     var infowindow = new google.maps.InfoWindow();

     var html = 'divhello/div';//use anything here..

     infowindow.setContent(html);

     infowindow.open(map,this);

 Thanks
 Navindian

-- 
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 shadow looks abnormal on IE8 Window7

2010-10-20 Thread Mikey
Take a look at: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2797


On Sep 16, 3:05 am, c_s c_sandb...@yahoo.co.uk wrote:
 FYI: The example link you sent below does also look bad if you have
 the overall zoom set to 125% in IE8. In Firefox zooming the page is no
 problem.

 I don't know why the zoom was set to 125% on all our tested Windows 7
 machines. Seems like some standard setting.

 regards
 /Christian

 On Sep 15, 2:57 pm, Rossko ros...@culzean.clara.co.uk wrote:



  Apparently not.  Possibly a CSS issue on your secret page, screenshots
  of other peoples problems don't help resolve 
  it.http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e

  How does this example appear on your 
  browsers?http://code.google.com/apis/maps/documentation/javascript/examples/in...

 -maps-js-api-v3/browse_thread/th...

-- 
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...@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 shadow looks abnormal on IE8 Window7

2010-09-15 Thread Rossko
 Our implementation is very simple and straight-
 forward so there must be a lot of other users having the same problem.

Apparently not.  Possibly a CSS issue on your secret page, screenshots
of other peoples problems don't help resolve it.
http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e

How does this example appear on your browsers?
http://code.google.com/apis/maps/documentation/javascript/examples/infowindow-simple.html

Positive advice -
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/c0ac1f814ad39388/097ab91b50cc727b?lnk=gstq=black+shadow#097ab91b50cc727b

-- 
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...@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 shadow looks abnormal on IE8 Window7

2010-09-15 Thread c_s

We found an odd but easy solution to this problem. It seems like IE8
of some reason has set the zoom to 125% in our test clients. So we
just changed the zoom to 100% in the IE menu and suddenly the
infoWindow shadow looked perfect. A bit strange but an OK workaround
for us...

regards
/Christian

-- 
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...@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 shadow looks abnormal on IE8 Window7

2010-09-15 Thread Neil Drinkall
On Sep 15, 2:02 pm, c_s c_sandb...@yahoo.co.uk wrote:
 We found an odd but easy solution to this problem. It seems like IE8
 of some reason has set the zoom to 125% in our test clients. So we
 just changed the zoom to 100% in the IE menu and suddenly the
 infoWindow shadow looked perfect. A bit strange but an OK workaround
 for us...

 regards
 /Christian


I see it with any value that is not 100% (using IE8 and XP).

On many values it also puts scrollbars on my InfoWindows that aren't
really needed.

-- 
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...@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 shadow looks abnormal on IE8 Window7

2010-09-15 Thread c_s

FYI: The example link you sent below does also look bad if you have
the overall zoom set to 125% in IE8. In Firefox zooming the page is no
problem.

I don't know why the zoom was set to 125% on all our tested Windows 7
machines. Seems like some standard setting.

regards
/Christian


On Sep 15, 2:57 pm, Rossko ros...@culzean.clara.co.uk wrote:


 Apparently not.  Possibly a CSS issue on your secret page, screenshots
 of other peoples problems don't help resolve 
 it.http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e

 How does this example appear on your 
 browsers?http://code.google.com/apis/maps/documentation/javascript/examples/in...

-maps-js-api-v3/browse_thread/th...

-- 
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...@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.