Hi there again and thank you for your kind answer. I think the problem depends on google and I see that there are some workarounds for other tabs plugin. For example, this is the script that I used with jquery ui tabs plugin:
<script>
jQuery(function($) {
$("body").bind("tabsactivate", function(event, ui) {
$("#" + ui.newPanel[0].id + " div.flxmap-container").each(function() {
var flxmap = window[this.getAttribute("data-flxmap")];
flxmap.redrawOnce();
});
});
});
</script>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Basically the script should redraw the map when the hidden tab is clicked. Unfortunately I’m not good at jquery and I cannot produce a solution myself!!!
I can also provide you a link, but in private, because the site is not public yet. Tell me how can I send you the link….