Tabbar



i am using tabbar loading using html code .
i am showing dojo accordion in the tab bar by using include the jsp page ,
issue is that in ie6 it shows the accordion but in firefox it is not showing the accordion .

code sample i'm using is as follows



                        <div id="a_tabbar"

                            class="dhtmlxTabBar"

                            tabstyle="scbr"

                            tabheight="25"

                            imgpath="<%=basePath%>JSP/codebase/imgs/"

                            style="width: 276px; height: 100%;"

                            skinColors="#FFFFFF,#F4F3EE"

                            mode="left"

             offset="3"

                            select="doctab">

                            

                                <div id="doctab" width="100"

                                name="

                                

                                

                                

                                


                                

                                
" style="padding: 5px 5px 0 5px;">

             <%@ include file="UserPane.jsp"%>

                                

                                


                                

                                 <%@ include file="ProjectPane.jsp"%>

                                

                                


                        

                    



If you load another component into tabbar, it is better to use script initialization. Please, see the sample dhtmlxTabbar/samples/loading_creating_tabs_content/tab_content.html


In this case you can control the order of events calls and sizes of containers.