SlideShow Tab View for Blogger
- Sunday, November 30, 2008, 20:37
- Blogger, Blogging Core, Hack, Hack, WordPress
- 527 views
- 2 comments
Have you try use Accordion Tab, Tab Content Script, or another Tab-likes Model on your blog?
Now, I will show you how to use the tab with picture inside on it. My friends, Kang Rohman has nice hack about it, you can also watch the demo on Kompas News Site.
How to use this hack is very simple. Go to your Edit HTML page, and don’t forget to backup your template firstly. So, if you get error when editing your template, you can restoring it with downloaded template before.
Now, copy this code on your CSS Section, sure, it is before ]]></b:skin> tag
.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/}
.indentmenu ul{
margin: 2px;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: transparent;
}.indentmenu ul li{
display: inline;
}.indentmenu ul li a{
float: left;
margin: 2px;
color: #000; /*text color*/
padding: 5px 11px;
text-decoration: none;
border: 1px solid #ccc;
}.indentmenu ul li a:hover{
background:#ddd;
}.indentmenu ul li a:visited{
color: white;
}.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
border: 1px solid #000000;
background:#000000;
}.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}.tabcontent{
display:none;
}@media print {
.tabcontent {
display:block !important;
}
}
After that, you have one job remain. You now must setup the Tab on Page Elements page. Go there and add one HTML/JavaScript Widget. Fill the Code-Text with this code:
<div style="float:left;margin:0px 10px 0px 0px;padding:0px;height:350px;">
<div id="pettabs" class="indentmenu">
<ul>
<li><a href="#" class="selected" rel="tab1">1</a></li>
<li><a href="#" rel="tab2">2</a></li>
<li><a href="#" rel="tab3">3</a></li>
<li><a href="#" rel="tab4">4</a></li></ul>
<br style="clear: left"/>
</div><div style="width:240px;text-align:justify;padding: 5px; margin-bottom:1em">
<div id="tab1" class="tabcontent">
<a href="http://magazine-1.blogspot.com/2008/11/obama-will-change-bush-policy.html">
<img border="0" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" alt="obamabush" width="240" src="http://lh3.ggpht.com/_pt7i0nbIOCY/SSS44BOiVbI/AAAAAAAAAZ8/JSAjyxXZVEc/obamabush_thumb%5B1%5D.png?imgmax=800" height="152" title="obamabush"/></a><p><h3><a href="http://magazine-1.blogspot.com/2008/11/obama-will-change-bush-policy.html">Obama Will Change Busf Policy</a></h3></p>
U.S. President Barack Obama will change several numbers of controversial policies by President George W. Bush, including the restriction of the parent embryo cell research [...]
</div><div id="tab2" class="tabcontent">
<a href="http://magazine-1.blogspot.com/2008/11/beyonce-will-never-sell-her-wedding.html">
<img border="0" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" alt="beyone" width="240" src="http://lh4.ggpht.com/_pt7i0nbIOCY/SSS47jWx8HI/AAAAAAAAAaE/wTj2qMO6dV8/beyone_thumb%5B1%5D.png?imgmax=800" height="152" title="beyone"/></a>
<p><h3><a href="http://magazine-1.blogspot.com/2008/11/beyonce-will-never-sell-her-wedding.html">Beyone Will Never Sell Her Wedding Photo</a></h3></p>Beyonce said, she will never consider to sells her wedding photo with Jay-Z to a celebrity magazine that offering a large amount of money as rewards, even she wonder with the amount of money that offered to her [...]
</div><div id="tab3" class="tabcontent">
<a href="http://magazine-1.blogspot.com/2008/11/guns-n-roses-will-back.html">
<img border="0" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" alt="Guns N ‘Roses" width="240" src="http://lh6.ggpht.com/_pt7i0nbIOCY/SSS5Gg8b_8I/AAAAAAAAAac/OdWejtZv8GI/gunNroses_thumb%5B1%5D.png?imgmax=800" height="152" title="Guns N ‘Roses"/></a>
<p><h3><a href="http://magazine-1.blogspot.com/2008/11/guns-n-roses-will-back.html">Guns N ‘Roses Will Back</a></h3></p>After 15 years not releasing album, the group rock Guns N ‘ Roses will launch a new album in the United States on 23 November. The band’s latest album is "The Spaghetti Incident", released in 1993 [...]
</div><div id="tab4" class="tabcontent">
<a href="http://magazine-1.blogspot.com/2008/11/i-pod-can-make-your-ear-buzz.html">
<img border="0" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" alt="ipod" width="240" src="http://lh6.ggpht.com/_pt7i0nbIOCY/SSS5KkL_ihI/AAAAAAAAAak/jwZPOux8pk4/earbuzz_thumb%5B1%5D.png?imgmax=800" height="152" title="ipod"/></a>
<p><h3><a href="http://magazine-1.blogspot.com/2008/11/i-pod-can-make-your-ear-buzz.html">Ipod Can Make Your ear Buzz</a></h3></p>Music is one way to wake the spirit, to create happy life, but what happens if the music makes the ears buzz? of course, not the music that makes the ear ‘buzzy’,[...]
</div> </div><script type="text/javascript">
var mypets=new ddtabcontent("pettabs")
mypets.setpersist(true)
mypets.setselectedClassTarget("link")
mypets.init(2000)</script>
By the way, this template is hackable and flexible. It means, you can use this on your WordPress blog or other Blogging Core without any hack needed. The one only you need is setup as I say!
How it will look likes? it will look good enough like this:
Try it now!
About the Author
2 Comments on “SlideShow Tab View for Blogger”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!

wahhh… dari kemaren blog-nya kok gak bisa dibuka…
eee…. sekarang theme nya tambah keren n tambah mantab, sip dehhh.. maju terusss…
@herry: hehehe, thanks for your supporting at all, herry!!!