Wie man tabs Feste Größe in twitter bootstrap

Was ist der beste Weg, um fix die Breite und Höhe des linken Registerkarten in twitter bootstrap verwenden Sie es als eine Feste Größe der Navigationsleiste? Fragen sind besser in den folgenden code dargestellt.

      <div class="tabbable tabs-left">
        <ul class="nav nav-tabs">
          <li class="nav-header">Questions</li>
          <li class=""><a data-toggle="tab" href="#lA">------ Question 1 -------</a></li>
          <li class="active"><a data-toggle="tab" href="#lB">------ Question 2 ------</a></li>
        </ul>
        <div class="tab-content">
          <div id="lA" class="tab-pane">
            <p>How do I fix the width of this section as to avoid using the --------</p>
          </div>
          <div id="lB" class="tab-pane active">
            <p>Can I fix the height as well?</p>
          </div>
        </div>
      </div>
InformationsquelleAutor mrkent | 2012-07-17
Schreibe einen Kommentar