In case you have too many tabs, you can easily make the tabstrip scrollable by setting the scroll property. There are 3 allowed values:
- left - Scroll arrow buttons are on the left
- right - Scroll arrow buttons are on the right
- middle - One buttons is on the left, another is on the right
span style="color: #ff0000;">"/KoolTabs/kooltabs.php""kts");
$kts->styleFolder = "hay";
$kts->addTab("root","home","Home""root","products","Products");
$kts->addTab("root","services","Services");
$kts->addTab("root","company","Company");
$kts->addTab("root","testimonial","Testimonial");
$kts->addTab("root","customer","Customers");
$kts->addTab("root","planning","Planning");
$kts->addTab("root","contactus","Contact us");
$kts->width = "500px";
$sel = "right""scrolling""scrolling""form1" method="post""border:dotted 1px gray;width:150px;height:70px;">
<input type="radio" name="scrolling" id="left" value="left" onclick="submit()""left""checked='true'""left">Left</label><br />
<input type="radio" name="scrolling" id="right" value="right" onclick="submit()""right""checked='true'""right">Right</label><br />
<input type="radio" name="scrolling" id="middle" value="middle" onclick="submit()""middle""checked='true'""middle""padding:10px;"