How can I create a new column which is identical to the first column, and have it display one column to the right?
I want the new column to have the same properties as the first column because I want to add more things to this tabs and only on 1 column they are ugly.
Here is what I have tried: http://jsfiddle.net/26zQS/6/
<div class="verticalslider" id="textExample">
<ul class="verticalslider_tabs">
<li><a href="#">Catedra de Limba si Literatura Romana</a></li>
<li><a href="#">Catedra de Matematica</a></li>
<li><a href="#">Catedra de Informatica</a></li>
<li><a href="#">Limba engleza</a></li>
<li><a href="#">Limba Germana</a></li>
</ul>
<ul class="verticalslider_contents">
<li>
<h2>Catedra de Limba si Literatura Romana</h2></br>
<p id="profesor">
Popa Alina </br>
Nadia Pascu</br>
</p>
</li>
<li>
<h2>Catedra de Matematica</h2></br>
<p id="profesor">
Ciubotariu Boer-Vlad </br>
Diaconu Ilie</br>
Gorcea Violin </br>
</p>
</li>
<li>
<h2>informatica</h2>
<p id="profesor">
Wainblat Gabriela</br>
Nistor Ancuta</br>
</li>
<li>
<h2>Limba Engleza</h2>
<p id="profesor">
Wainblat Gabriela</br>
Nistor Ancuta</br>
</li>
<li>
<h2>Germana</h2>
<p id="profesor">
Wainblat Gabriela</br>
Nistor Ancuta</br>
</li>
</ul>
</div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…