Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Albert on Jun 16, 2009 07:31
open dhtmlx forum
Multiple Tabbs

I try to put two object tabbs in the same page and it's not working

    <td>
        <div id="tabs1" class="dhtmlxTabBar" tabheight="25" imgpath="tabs/imgs/" style="width:390; height:200;" offset="3px" skinColors="#FFFFFF,#EEEEEE">        
            <div id="t11" name="a1" align="center" width='70px'>a</div>    
            <div id="t12" name="a2" align="center" width='70px'>b</div>
            <div id="t13" name="a3" align="center" width='70px'>c</div>                
        </div>
    </td>
    <td>
        <div id="tabs2" class="dhtmlxTabBar" tabheight="25" imgpath="tabs/imgs/" style="width:390; height:200;" offset="3px" skinColors="#FFFFFF,#EEEEEE">        
            <div id="t21" name="a4" align="center" width='70px'>a</div>    
            <div id="t22" name="a5" align="center" width='70px'>b</div>
            <div id="t23" name="a6" align="center" width='70px'>c</div>                
        </div>
    </td

What's wrong?

Thanks
Answer posted by Alex (support) on Jun 16, 2009 08:43

Locally both tabbars are correctly initialized using these structures.

Please provide the complete demo to reproduce the issue.