Here is some example,
<div class="tabbable tabs-left">
<ul class="nav nav-tabs">
<li><a href="#tab1" data-toggle="tab">This tab1</a></li>
<li><a href="#tab2" data-toggle="tab">This tab2</a></li>
<li><a href="#tab3" data-toggle="tab">This tab3</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane" id="tab1">
<p>This is content on tab1</p>
</div>
<div class="tab-pane" id="tab2">
<p>This is content on tab 2</p>
</div>
<div class="tab-pane" id="tab3">
<p>This is content on tab3</p>
</div>
</div>
</div>
On Wednesday, October 12, 2011 6:14:07 AM UTC+7, Paul Duran wrote:
>
> I really like the look of the tabs on
> http://twitter.github.com/bootstrap/javascript.html#tabs
>
> I was wondering if there is any way it could be tweaked so that we could
> get vertical tabs instead.
>
> If not, perhaps it could be considered for inclusion as a feature in a
> future release.
>
>
>