I haven't tested in MSIE yet, so thanks for the hint. Another thing I
realized when I create the event listener for 'maximizeend' is that I
should remove it afterwards. Otherwise, each time I maximize the
infoWindow new tabs appeared below the old ones:
var m = GEvent.addListener(iw, "maximizeend", function() {
GEvent.removeListener(m);
tabberAutomatic(tabberOptions);
});
I would upload the final version in the same address as the other,
just in case it could be helpful for somebady. Just one last question:
how do I set explicity the class names for the divs to make it work in
MSIE?
On Nov 30, 3:09 am, Mike Williams <[email protected]> wrote:
> The reason it doesn't work in MSIE is that tabber.js is looking for
> div.className=="tabber" and div.className=="tabbertab", but in MSIE8
> setAttribute("class","tabber") doesn't seem to be setting that property.
> You might need to set it explicitly.
>
> --
> Mike Williamshttp://econym.org.uk/gmap
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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.