> Your working code constructs tab objects and pushes them onto an array > like this > tabs.push(new GInfoWindowTab(tabLabel,tabHtml)); > If you want to change the content of the tabs object you'll want to > change what 'tabHtml' is before you create the tab object.
well, I would call that limited success... I managed to change the font size of the first tab, but all the rest stayed the same. I'm guessing that: tabHtml = '<div style="width:'+tabInfo.length*88+'px"><span class="iwstyle">' + tabHtml + '</span></div>'; wasn't the right place to do this? any other hints welcome... Lucas -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
