Home » , » Create a MultiTab

Create a MultiTab




Having multi tab on your blog will decrease space and its more portable.try to click image at your left side to see the original image of Multi tab.






Do you want to have a multi tab for your blogger?
Login to blogger, go to Layout > Edit HTML
Then find this code
</head>
Immediately before that paste the following codes below.
<script src='http://files.trickstutor.co.cc/uploads/2/1/4/1/2141293/tabber.js' type='text/javascript'/>
<link MEDIA='screen' TYPE='text/css' href='http://files.trickstutor.co.cc/uploads/2/1/4/1/2141293/example.css' rel='stylesheet'/>
Then save it.
ok now go to page element > add a gadget > Html/javascript
and paste the follow code for your tab,
<div class="tabber">
    <div class="tabbertab">
    <h2>Tab 1</h2>
    <p>Tab 1 content.</p>
    </div>

    <div class="tabbertab">
    <h2>Tab 2</h2>
    <p>Tab 2 content.</p>
    </div>

    <div class="tabbertab">
    <h2>Tab 3</h2>
    <p>Tab 3 content.</p>
    </div>
    </div>
The text in blue color is the tab Menu names,
While the text in red is the Menu contents
Share this games :

0 comments:

Post a Comment

Sign up for FREE daily Updates.