Categories | Question details Back To List | ||
dhtmlxtabbar and dhtmlxlayout and scroll Hi i have a dhtmlx tabbar inside a dhtmlxlayout cell and the scroll of the tabbar is clashing with the open close icon on the layout cell. in fact it is putting the tabs inside the layout header. how can i rectify this i have also looked into your documentation to try and align the tabbar scoll on the opposite side of the layout but your documentation does not describe this properly. on the samples regarding chaging the alignemtn of the tabbar scroll, this is all you have: <div id="a_tabbar" style="width:400;height:100"></div> <script> tabbar=new dhtmlXTabBar("a_tabbar","top"); tabbar.setImagePath("imgs/"); tabbar.loadXML("tabs2.xml"); </script> that doesnt tell me hor to change the alignment of the scroll thanks Answer posted by Support on Nov 11, 2008 03:36 Please provide code snippet, used to create tabbar inside layout's cell and info about doctype|browser in which problem occurs? |