All animations always requires the latest version of the plugin.
|  | |
Tab Menu 1
Tab Menu 2
Tab Menu 3
Your HTML here.
- Box 2
- Box 2
To add additional tabs, copy one tab menu container and one tab box container and replace the numbers at the end with the next number or a word. That’s it.
e.g.
New code #1
<div id="twiz-vtabm-4" class="twiz_vtabm">New Menu</div>
New code #2
<div id="twiz-vtab-box-4" class="twiz_vtab_box">Your HTML here.</div>
Customize the style to fit your needs. You can also easily switch the OnMouseEnter for OnClick.
Note:
This example can be used once per web page. But you can duplicate this animation and modify the code by adding new prefixes to some id and by adding new prefixes to some class name. You will need to modify all the code accordingly.
<style type="text/css">
#twiz-vtab-wrapper {
min-height: 185px;
min-width: 200px;
display: block;
float: left;
}
.twiz_vtabm {
min-height: 21px;
border: 1px solid #000000;
display: block;
padding: 10px;
}
.twiz_vtabm:hover {
cursor: pointer;
background-color: #000000 !important;
color: #ffffff !important;
}
.twiz_vtabm_selected {
background-color: #000000;
color: #ffffff;
}
.twiz_vtab_box {
min-height: 185px;
width: 495px;
background-color: #ebebeb;
border: 1px solid #000000;
padding: 15px;
display: none;
float: left;
}
.twiz_vtab_clear {
height: 0px;
clear: both;
}
</style>
<div class="twiz_vtab_clear"></div>
<div id="twiz-vtab-wrapper">
<div id="twiz-vtabm-1" class="twiz_vtabm">Tab Menu 1</div>
<div id="twiz-vtabm-2" class="twiz_vtabm">Tab Menu 2</div>
<div id="twiz-vtabm-3" class="twiz_vtabm">Tab Menu 3</div>
<!-- Paste new code #1 here -->
</div>
<div id="twiz-vtab-box-1" class="twiz_vtab_box">
Your HTML here.
<ul><li>Box 1</li></ul>
</div>
<div id="twiz-vtab-box-2" class="twiz_vtab_box">
Your HTML here.
<ol><li>Box 2</li><li>Box 2</li></ol>
</div>
<div id="twiz-vtab-box-3" class="twiz_vtab_box">
Your HTML here.
<ul><li>Box 3</li><li>Box 3</li><li>Box 3</li></ul>
</div>
<!-- Paste new code #2 here -->
<div class="twiz_vtab_clear"></div>
Import the twiz file under a new created section (click the + Menu inside the plugin)
(right-click, save target as/save link as).
free-simple-vertical-tab-menu.twiz 
Free Simple Vertical Tab Menu , created in Montreal, Quebec, Canada.
Thank you all for your continued and growing support!