DHTML JavaScript Tabbar samples

Non-obstructive TabBar

Initialize Tabbar automaticaly without any javascript (see sample code below). You can specify content directly within <div> tag whcih represents tab.

Content 3

<script type="text/javascript" src="../js/dhtmlXTabbar.js"></script> <script type="text/javascript" src="../js/dhtmlXTabbar_start.js"></script> <div id="a_tabbar" class="dhtmlxTabBar" imgpath="../imgs/" style="width:390px; height:390px;" skinColors="#FCFBFC,#F4F3EE" > <div id="a1" name="Tab 1"> <img src="imgs/page_a.gif" alt=""> </div> <div id="a2" name="Tab 2"> <img src="imgs/page_b.gif" alt=""> </div> <div id="a3" name="Tab 1"> Content 3 </div> </div>

Go to the dhtmlxTabbar main page or Close this page