Home > Article > Web Front-end > By the way, has anyone used bootstrap2.0? A question about tabs??_html/css_WEB-ITnose
In other words, if the tab style is tabs-left, then the tabs will be arranged in a vertical column on the left.
At the same time, the content in the tab is on the right. .
But when there is too much content in the tab, the text in the tab becomes misaligned. . . It no longer aligns with the original text above, but runs below the tab. .
It looks like this:
I wonder if everyone can see the pictures in the upload space? If you can’t see it, please click here: http://hi.csdn.net/space-3277229-do-album-picid-1056573-goto-down.html
Could you please tell me how to change it so that the tab The content is placed in the normal position? Thank you very much! ! ! !
<div class="tabbable tabs-left"> <ul class="nav nav-tabs"> <!--一大串li略去--> </ul> <div class="tab-content"> <div class="tab-pane" id="lB"> <p>这个div里面的东西要用p标签或者div标签框起来</p> </div> ......此处重复上个div </div></div>
It’s not easy to use even adding div and p? ?. . T T. .
HTML code
0385bdd9c7355b247c29abc28bf5d20c
d298440dd905fd5f04aa68386d2e1df5
pane" id="lB">
class,