On Nov 9, 10:11 am, "[email protected]" <[email protected]> wrote: > Hi, > > Any way to change the close to a custom type on this fantastic > addition?
Uh... change it in the code? http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/src/infobubble.js // Close button var close = this.close_ = document.createElement('IMG'); close.style['position'] = 'absolute'; close.style['width'] = this.px(12); close.style['height'] = this.px(12); close.style['border'] = 0; close.style['zIndex'] = this.baseZIndex_ + 1; close.style['cursor'] = 'pointer'; close.src = 'http://maps.gstatic.com/intl/en_us/mapfiles/ iw_close.gif'; or change the code to make it configurable and offer your change back to the maintainers? -- Larry > > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
