PDA

View Full Version : menubuttons missing in tab panel



hfann
6 Jul 2007, 4:46 PM
i created a menus.html file and put some menu buttons in it.

I can browse to this file and see everything looks good.

next, i create another page called tabs.html, and in this page, i create a tabpannel and try to put the menus.html file into a tab pannel.

ie

var tab3 = jtabs.addTab('jtabs-3', "Ajax Tab 2");
tab3.setUrl('/menus.html', null, true);
...


when i browse to the tabs.html file, everything is there except for my buttons.

any hints on what I need to do to fix this???