Categories | Question details Back To List | ||||||||
dhtmlx tabbar error Hi, I am using the pro version of dhtmlxsuite. I have never been able to put the tabbar to work. The page shows up as a mess and the tabs do not show up at all. Is there any idea? Thanks. Andy Page header: <script src="/i/themes/custom/dhtmlx/dhtmlx_suite21/dhtmlxTabbar/codebase/dhtmlxcommon.js"></script> <script src="/i/themes/custom/dhtmlx/dhtmlx_suite21/dhtmlxTabbar/codebase/dhtmlxtabbar.js"></script> <script src="/i/themes/custom/dhtmlx/dhtmlx_suite21/dhtmlxTabbar/codebase/dhtmlxtabbar_start.js"></script> Page body: <div id="a_tabbar" class="dhtmlxTabBar" imgpath="/i/themes/custom/dhtmlx/dhtmlx_suite21/dhtmlxTabbar/codebase/imgs/" style="width:390; height:390;" skinColors="#FCFBFC,#F4F3EE" > <div id="a1" name="Tab 1">Content 1</div> <div id="a2" name="Tab 2">Content 2</div> <div id="a3" name="Tab 3">Content 3</div> </div> Answer posted by Alex (support) on Jun 17, 2009 05:25 Hello, locally this code works correctly. Please, provide the complete sample to recreate the problem Attachments (1)
|