October 01, 2008

(53) Comments

Create Tab View

Kendhin

Tab View is very usefull box. We can fill it with many contain. It will save our blogs area. (See Image Below)


Here is Tutorial how to create a tab view:

1. Login to blogger, go to "Layout --> Edit HTML"
2. Then find this code ]]></b:skin>
3. Insert the below code before ]]></b:skin> or in CSS tag.

div.TabView div.Tabs
{
height: 24px;
overflow: hidden;
}
div.TabView div.Tabs a
{
float: left;
display: block;
width: 90px; /* Width top main menu */
text-align: center;
height: 24px; /* Height top main menu */
padding-top: 3px;
vertical-align: middle;
border: 1px solid #000; /* Top Main menu border color */
border-bottom-width: 0;
text-decoration: none;
font-family: "Times New Roman", Serif; /* Top main menu font */
font-weight: 900;
color: #000; /* Top main menu font color */
}
div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
background-color: #FF9900; /* Top main menu background color */
}
div.TabView div.Pages
{
clear: both;
border: 1px solid #6E6E6E; /* Content Border color */
overflow: hidden;
background-color: #FF9900; /* Content background color */
}
div.TabView div.Pages div.Page
{
height: 100%;
padding: 0px;
overflow: hidden;
}
div.TabView div.Pages div.Page div.Pad
{
padding: 3px 5px;
}



4. You can change the code according to the red text explanation. To get html color code see HERE
5. The next step is put the code below before </head>

<script src='http://superinhost.com/trikblog/tabview.js' type='text/javascript'/>



6. Then "save" it.
7. Go to "Page Elements" menu
8. Chose "Add Page Element" --> "HTML/Javascript" in place where you want to put this tab.
9. Insert this code :

<form action="tabview.html" method="get">
<div class="TabView" id="TabView">
<div class="Tabs" style="width: 350px;">
<a>Tab 1</a>
<a>Tab 2</a>
<a>Tab 3</a>

</div>
<div class="Pages" style="width: 350px; height: 250px;">

<div class="Page">
<div class="Pad">
Tab 1.1 <br />
Tab 1.2 <br />
Tab 1.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">
Tab 2.1 <br />
Tab 2.2 <br />
Tab 2.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">
Tab 3.1 <br />
Tab 3.2 <br />
Tab 3.3 <br />

</div>
</div>


</div>
</div>
</form>

<script type="text/javascript">
tabview_initialize('TabView');
</script>



Note :
- The number or the blue text(350px) Is size of the tabview.
- The green code is the main menu text
- The red code is the content of tabview. you can fill it with links, banner, widget, comment or anything.
- To add more menu, see on the blink code. Add the code under it.

Good luck every body.





Related Articles :



53 Responses to "Create Tab View"
Anonymous said :
August 10, 2008 5:06 AM
hey i have done this thing

but i have lost my sign in optioon and other options

please tell me how to get that back
plz
plz reply me at abhishek3220@yahoo.co.in
Anonymous said :
August 10, 2008 5:09 AM
i forgot to add link in 1.1.and other please help me out
i m the same guy
Sangeeth said :
August 21, 2008 2:30 AM
Thanks so much it was very useful..i used it in my blog
jothiek said :
August 23, 2008 6:56 PM
hey, how do we kink the tab elements?
L. Noelle said :
September 9, 2008 8:16 PM
Fantastic! I just added this box to my blog and your instructions were perfect! Thank you so much
Bryan Cruz said :
October 6, 2008 1:18 AM
Hi,
How do I put this tabs below my logo?

I want it under it not on top of it.
PLease help me. thanks
October 6, 2008 12:38 PM
Hi,

Thank so much.
JOAOTHA said :
October 12, 2008 1:30 AM
Nice and easy!
Sangeeth said :
October 16, 2008 1:18 AM
hi, i have this code in my blog and suddenly from yesterday it stopped working in IE and firefox.it works in chrome.can u help plz...i did not change any code recently!
Project said :
October 17, 2008 10:44 PM
save this, thank's
Fieza said :
October 17, 2008 11:34 PM
Thanks for useful information :)
Kendhin said :
November 2, 2008 12:57 AM

@And this is not, you can put it in "add gadget" according to your interest location.
@Sangeeth, some few days ago I have a problem with my hosting which I put that js script. but now is runnung well.

Rvzice.. said :
November 29, 2008 1:46 PM
How to add a lebel ..In my blog?
December 5, 2008 2:09 AM
boss...

i added it. it worked fine for somedays..
but it is not working..

tabs are not showing by clicking main tabs..
can u check it?

http://old-telugu-melodies.blogspot.com
December 5, 2008 2:13 AM
http://superinhost.com/trikblog/tabview.js' type='text/javascript'

"I THINK THE PROBLEM IS HERE"
December 11, 2008 6:27 PM
Again the Tab view gadjet is not working...
can u tell me the solution?

my blog http://old-telugu-melodies.blogspot.com
December 11, 2008 10:56 PM
is any body using the same widget here??

its not working in my blog... please help..
Invi.Le said :
December 17, 2008 9:54 AM
THE PROBLEM is this code:
http://superinhost.com/trikblog/tabview.js

... and this is solution: replace the above code by below code:
http://kendhin.googlepages.com/tabview.js

Now OK !
December 22, 2008 12:01 PM
you must always backup your template or copy your full template on notepad before make a something! this is soo serious if you do not want to loss your fully work.. Always backup first! :f
محمد said :
December 24, 2008 12:25 AM
Mohamed
hello,
before I add the horizontal bar menu, I want to know how can I link to different posts, videos, music
I wants to have these things on my blog and not hosted anywhere
Thanks
http://www.marocliberte.blogspot.com
HRO said :
December 25, 2008 2:41 AM
Hi how to put the links pls help
ANSARI said :
January 8, 2009 10:29 PM
i want put tab view in gadget. can u tell us how?

akil0307@gmail.com

tq
aLiN said :
January 29, 2009 3:34 AM
Thank you for this awesome post m8
ME said :
April 5, 2009 6:35 PM
omg! initially it was working fine, but now dunnoe what's wrong with it. Please avise. Tks!
Nitin Nayyar said :
April 11, 2009 2:24 AM
The path for the java script is no more valid, please refer to the comments where a new path is mentioned. Download the java script file on a file hosting site and use that link.
Do not rely on other peoples links, but yes I agree that if the link is not working then atleast the java script should have been mentioned. Anyways our friend has provided a wonder full gadget so lets appreciate it & use it to the fullest.

Regards,
Nitin Nayyar

www.basisfaqs.blogspot.com
April 18, 2009 3:56 PM
Gold key link for( wow power leveling )the law by (wow power leveling)the law by( wow power leveling )all, such as bubble( power leveling )shadow dream hallucinations, such( wow gold )as exposed as well( wow powerleveling )as electricity, should be the case
sufian said :
May 21, 2009 11:05 PM
:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D
May 30, 2009 8:32 AM
This is a good one tips that I like
May 30, 2009 8:34 AM
I like this tips and I will try myself
Hamidur said :
May 30, 2009 3:41 PM
Please inform how to add "Blog Archive" in the Tab menu.
Love4All1080 said :
June 3, 2009 10:53 PM
:f http://kendhin.googlepages.com/tabview.js for everybody :)) . if this blog die --> js die ;;)
Love4all1080 said :
June 3, 2009 10:54 PM
Visit my blog : http://free-style-love.blogspot.com/
June 6, 2009 1:56 AM
this article can space up our blog ...thanks again

yosaadi blog
Sugi said :
June 7, 2009 5:08 PM
hi nice blog, i want to asK:
i already have horizontal tab, just as like u describe above, but i want to make each tab can display like recent post, recent comment just as yours (tabview you put in right side bar).
thanks
http://ganeroblog.blogspot.com
300allpctips said :
June 15, 2009 11:12 PM
thanks again
kenyorazzi said :
August 21, 2009 8:31 AM
- The red code is the content of tabview. you can fill it with links, banner, widget, comment or anything.

how will i add links or widgets
yor said :
August 22, 2009 7:34 PM
thaaanks :)

http://yorgita.blogspot.com
HLA said :
August 28, 2009 5:11 PM
thanks, see demo : http://saguhati.blogspot.com
Anonymous said :
September 17, 2009 5:57 AM
thanks to you Invi.Le for this help
Arafin said :
September 21, 2009 1:30 PM
For Exclusive Blogger tips tricks And Full version blogger Templates Visite

http://tips-tricks-for-blogger.blogspot.com/

U WILL BE SURPRISE CHECK THIS OUT MAN!
Arafin said :
September 21, 2009 1:31 PM
For Exclusive Blogger tips tricks And Full version blogger Templates Visite

http://tips-tricks-for-blogger.blogspot.com/

U WILL BE SURPRISE CHECK THIS OUT MAN!
Arafin said :
September 21, 2009 2:35 PM
For Exclusive Blogger Tips Tricks & Full Version Blogger Templates Visite

http://tips-tricks-for-blogger.blogspot.com

U Will Be Surprise Check This Out Guys!
Ashutosh said :
October 11, 2009 9:16 PM
Thanks a alot

please,please visit---
http://freefixit.blogspot.com/
AriE said :
October 16, 2009 4:14 AM
thanks a lot my fren...this info is very usefullland give something new about blog....

have a nice day always..............
Sartono said :
November 8, 2009 6:35 AM
thanks for explanation

visit me :
http://www.usa-scholarship.com
marry said :
November 26, 2009 6:12 PM
Blogs are so informative where we get lots of information on any topic. Nice job keep it up!!
_____________________________

Finance Dissertation
bloglover said :
December 2, 2009 5:15 PM
Very Nice Blogging information, Blogger’s Guide
Thanks for sharing.
Shoping Cart said :
December 10, 2009 2:58 PM
Creating vertical drop down menus in HTML. this is a very unique feature of every site which contains a vertical drop down menu.
December 12, 2009 8:05 PM
Thanks for sharing this useful hack, i found it very useful in saving space on my blog. I have currently implemented it on my blog and it's running flawlessly.

I have been searching your blog for a hack on how to add a sub menu on an existing menu but unfortunately i found none. Anyways kudos to you mate and keep us updated.

Post a Comment