Bootstrap by Jake Spurlock

Bootstrap by Jake Spurlock

Author:Jake Spurlock
Language: eng
Format: epub, pdf
Tags: COMPUTERS / User Interfaces
ISBN: 9781449343903
Publisher: O’Reilly Media
Published: 2013-05-08T16:00:00+00:00


Tabs on the right get the .tabs-right class (see Figure 3-21):

<div class="tabbable tabs-right"> <ul class="nav nav-tabs"> <li class="active"><a href="#tab1" data-toggle="tab">Section A</a></li> <li><a href="#tab2" data-toggle="tab">Section B</a></li> <li><a href="#tab3" data-toggle="tab">Section C</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="tab1"> <p>I'm in section A.</p> </div> <div class="tab-pane" id="tab2"> <p>I'm in section B.</p> </div> <div class="tab-pane" id="tab3"> <p>I'm in section C.</p> </div> </div> </div>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.