Portal of all Blogger widget, Airtel USSD Codes, Facebook Hack, Free Internet Tips, PC and Blogger Tricks

Breaking

Friday 28 June 2013

Multi tabbed widget For Blogger

Follow Following Steps To Add Multi Tabbed Widget:
1. Go to Design>Page Elements, click Add a gadget, then choose HTML/JavaScript
2. Paste below code inside it.
CODE
<script type='text/javascript'>
//<![CDATA[
function NewBloggerTips_oom(NBTID, id)
{
  var NewBloggerTips =
document.getElementById(NBTID);
  var NBTs = NewBloggerTips.firstChild;
while (NBTs.className != "NBTs" ) NBTs =
NBTs.nextSibling;
  var NBT = NBTs.firstChild;
var i = 0;
do
{
if (NBT.tagName == "A")
{
i++;
NBT.href =
"javascript:NewBloggerTips_ubah('"+NBTID+"',
"+i+");";
NBT.className = (i == id) ? "Active" : "";
NBT.blur();
}
}
while (NBT = NBT.nextSibling);
var Halamans = NewBloggerTips.firstChild;
while (Halamans.className != 'Halamans')
Halamans = Halamans.nextSibling;
var Halaman = Halamans.firstChild;
var i = 0;
do
{
if (Halaman.className == 'Halaman')
{
i++;
if (Halamans.offsetHeight)
Halaman.style.height =
(Halamans.offsetHeight-2)+"px";
Halaman.style.overflow = "auto";
Halaman.style.display = (i == id) ?
'block' : 'none';
}
}
while (Halaman = Halaman.nextSibling);
}
function NewBloggerTips_ubah(NBTID, id)
{ NewBloggerTips_oom(NBTID, id);
}
function NewBloggerTips_inisial(NBTID)
{ NewBloggerTips_oom(NBTID, 1);
document.write('');}
//]]>
</script>
<style>
div.NewBloggerTips div.NBTs {
height: 24px;
overflow: hidden;
}
div.NewBloggerTips div.NBTs a:hover,
div.NewBloggerTips div.NBTs a.Active {
background-color: #eee;
}
div.NewBloggerTips div.Halamans {
clear: both;
border: 2px solid #f4f4f4;
overflow: hidden;
background-color: #ffffff ;
}
div.NewBloggerTips div.Halamans div.Halaman
{
height: 100%; padding: 0px;
overflow: hidden;
}
div.NewBloggerTips div.Halamans div.Halaman
div.Alas {
padding: 3px 5px;
}
div.NewBloggerTips div.NBTs a {
border-left:1px solid #eee;
border-right:1px solid #eee;
border-top:1px solid #eee;
border-boNBTom:0px solid #eee;
float: left;
display: block;
width: 95px;
text-align: center;
vertical-align: middle;
height: 24px;
padding-top: 3px;
text-decoration: none;
font-family: "Arial", Serif;
font-size: 11px;
font-weight: 900;
color: #000000
}
</style>
<form action="NewBloggerTips.html"
method="get">
<div id="NewBloggerTips"
class="NewBloggerTips">
<div style="width: 300px;" class="NBTs">
<a> Tab 1 Title </a>
<a> Tab 2 Title </a>
<a> Tab 3 Title </a></div>
<div style="width: 300px; height: 300 px;"
class="Halamans">
<div class="Halaman">
<div class="Alas">
<br/>
Tab 1 content goes here
</div>
</div>
<div class="Halaman">
<div class="Alas">
<br/>
Tab 2 content goes here
</div>
</div>
<div class="Halaman">
<div class="Alas">
<br/>
Tab 3 content goes here
</div>
</div>
</div>
<small>Get <a style='margin-left:10px;align:right;' href='http://allin1-web.blogspot.com/ target='_blank'>Multi-Tabbed Widget</a></small>
</div>
</div></form>
<script type="text/
javascript">NewBloggerTips_inisial
('NewBloggerTips');</script>

CUSTOMIZATION-
1.Replace Tab 1 Title, Tab 2
Title, Tab 3 Title with you Tab
Title.
2.Replace Tab 1,2,3, Content
goes here with your widget
code.
3.Change width: 300px;
height: 300px; with your
need.
4.Wanna change Background
Color of Multi-Tabbed widget :
Replace #ffffff with you
favorite color.
Now Save & See you blog you have added this widget successfully.
Final words:-
Hope you like this widget please tell us you views & opinion. If you need any help regarding this widget please feel free to leave
a comment below. Please Do not Remove the Cradit Links
Happy Blogging... :)
Related Post:
1.Another Multi-Tabbed Widged
2.Sliding Animated Social Widget+RSS Feed

No comments:

Post a Comment

Notice: Don't add "backlink". Text with Link will automatically Removed.