I'm not sure if this is what you're after, but I'm a big fan of Yetii tabs: http://www.kminek.pl/lab/yetii/
It's a very compact script and gives you some good functionality (e.g. enabling you to fire a specific JavaScript function when certain tabs are clicked) without all the bloat you find in other tabbing libraries. It's slightly tricky to set up in your own app as they don't seem to provide an example CSS file in the site; I had to get the CSS for the main yetii tabs page and pull bits out of that (if you have to do this, get the http://www.kminek.pl/lab/yetii/custom.css file and pull out all styles relating to the 'demolayout' class, rename to 'tab' class (or something similar, I forget), and also take the tab- container class (without renaming)). Also degrades gracefully without JavaScript, but if this is a Google Maps application I guess you don't care! Tom On Jan 27, 7:06 pm, Region 3 DFG <[email protected]> wrote: > cause i want to move my maps out of GME, which has tabs built in, and > into a maps api rooted application > > On Jan 27, 10:03 am, marcelo <[email protected]> wrote: > > > On Jan 27, 7:00 pm, Region 3 DFG <[email protected]> wrote: > > > > does anyone have a tabs > > > system that they are using which is simple yet can pull in content > > > from external pages, on the same domain, without using iframe? > > > What's this got to do with the Google Maps API? > > > -- > > Marcelo -http://maps.forum.nu > > -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
