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="
|
<%@ include file="UserPane.jsp"%>
<%@ include file="ProjectPane.jsp"%>