I might be missing something obvious here but is there any suport in
the tabs part of the gadget.* api for tabs that are not at the top of
a gadget? I'm currently doing something like this:

<script>
      var tabs = new gadgets.TabSet("tabs", "standard");
      tabs.addTab("one", "one");
      tabs.addTab("two", "two");
      tabs.addTab("three", "three");
</script>

<div id="topcontent">
       ....Content at top of gadget....
</div>
<div id="tabs">
      <div id="one" style="display:none">Content for tab One</div>
      <div id="two" style="display:none">Content for tab Two.</div>
      <div id="three" style="display:none">Content for tab Three.</
div>
</div>

However the tabs (and content) are shown at the top of the gadget, not
where the tabset div is in the html. Any advice would be greatly
appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to