views:

20

answers:

0

This problem was already discussed in this thread I did implement the solution but it didn't work.

In brief, I have two DIVs, one for Google Maps and the other is for Street View. They are synced, you move the first, the latter also change the position. Now I implement tabs, I made them myself and didn't use jQuery UI. It doesn't work. Each time I hit the "Google Maps" Tab, it reloads and reset the map.

Here's the original code: http://www.databasedeals.com/geotest10.php The two maps are put together and they sync accordingly. Here's the code used with tabs (scroll down a little): http://www.databasedeals.com/al/city-abbeville/company-16750-abbeville-electronic-sls-service.html

The tabs works with the solution mentioned in the other thread. It doesn't set the disabled tab to display:none, it uses the off-left technique. Even though, it still don't work.

Any ideas? I'm just stuck.