Hi,
I have a gadget that has the following divs
<div id="menu_bar" class="small"></div>
<div id="content_div" class="standard"></div>
<div id="results_div" class="standard"></div>
This works a treat when I push data into menu_bar it appears above the
content_div etc.
However if I create a tab with
tabs = new gadgets.TabSet({
opt_container: 'content_div'
});
The tabs and the content of the menu bar appear BUT the menu is below
the content
The specifications says:
HTMLElement opt_container - The HTML element to contain the tabs; if
omitted, a new div element is created and inserted at the very top
Which would appear to be what it is doing (i.e. it is ignoring by
content_div and inserting it at the very top
Any ideas/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---