Easy Tabs 1.2 – now with autochange
A new Version of the free EasyTabs Script is available. You can now set a autochange modus to one of your menus. Accessible compact and compatible with all browsers as always.
Examples
Here are three basic examples:
Basic Infos and Features
- Free for private and commercial projects
- successfully tested in IE5.0, IE5.5, IE6, IE7, Firefox 2, Opera 9.2
- if Javascript is disabled - all contentboxes are visible
- you can navigate between the tabs with the keyboard TAB Key
- you can easy define which Tab shoud be active @ start
- you can easy add as much tabmenus as you want on one site
- If you want that the tabs are changing on click and not on mouseover -> then just change the onmouseover to onclick
- Of course you can set a link to each Menu Tab - just set the linkurl in the href and delete the onclick="return false"
- In the Examples i've packed everything (Html, CSS, Javascript) in 1 File - but you can also put the css in an external css file and the javascript in an external javascript file. I've included one clean example in the Download Zip File below.
Code Explanation
There are 3 new Settings you can set in the javascript
//Set the number of your menu which should autochange var autochangemenu = 1;
//Set the speed in seconds when tabs should change var changespeed = 3;
//should the autochange stop if the user hover over a tab from the autochangemenu? 0=no 1=yes var stoponhover = 0;
I hope this Tab Menu is useful for you, if you have questions or improvements please post a comment, thank you.
Download EasyTabs 1.2 Example Package
Easy Tabs 1.2 (9,9 KiB, 443.280 hits)
Previous Versions of Easy Tabs
EasyTabs 1.1 (Infos here)
Easy Tabs 1.1 (7,0 KiB, 8.660 hits)
EasyTabs 1.0 (Infos here)
Easy Tabs 1.0 (1,2 KiB, 7.248 hits)
Joomla Plugin JooTabs by Ricardo Sousa und Andy Sikumbang
- jooTabs english
- jooTabs deutsch [German translation by Niko Winckel]
Willkommen! Mein Name ist Jürgen Koller, wohnhaft in Baden bei Wien. Seit 2004 bin ich als selbstständiger New Media Producer tätig. Mehr über meine Arbeiten finden Sie im
Schalten Sie Werbung auf Kollermedia.at - über 33.500 Unique Visitors und 70.000 Pageviews pro Monat.



164 Kommentare »
20 Trackbacks
Tkank you ! Very Good ! I like !
éžå¸¸æ„Ÿè°¢ï¼
-------Form China
Hi, great module for joomla i like so much but i only have one problem i cant validate XHTML and it is very important to me i tried modify some reproted problems by w3.org but i can't stil..! i am not a developer i try hard to find solutions my self.
Thanks for the great module and your time
i have copied the whole file in the HTML between
...
my quesiton is how can i make it work.
1. Where do i specify the content of the tabs.
2. how do i make the menu show up.
I can't seem to get it to tab. What i mean is everything is there, but they are not layering themselves. It is at http://www.mobiletechmoment.com in the section called "MTM Video Reviews"
I would appreciate ANY help, thanks
J Doss
it's great
how do i set a fixed width of a tab?
Great work. This is really great. Simple & Powerfull.
One question...
Is there any way to open specific tab wth link?
Let say that I have a link to the page where I have tabs. But I want when that link is clicked tab no2 to be open. Is that possible and how?
Regards, Zoran
He, nice script. But i've just one small bug.
http://www.studentencms.nl/index2.php
When you'll visit the page 'Ingredienten', it won't start with the default page = '1'
How come?
Thnx,
Michiel
Great! I would definitely use it at some point!
Keep up the good work.
P.
Thank U much! I have finally found it!
from china
Hey,
i nutze das wirklich tolle script easytabs mit greybox, aber greybox hat probleme mit dem initieren des fenster. wie kann ich das umgehen, muss ich etwas bei easytabs ändern oder die initierung selber coden wie:
Name
vielen dank schon vorab
Do you know how I can insert a loading gif instead of letting all the content boxes load as if JS is disabled? At the moment, all of the boxes load on top of each other then they align under the tabs, I would prefer a loading gif instead.
Thanks
Does anyone know why the content is layered on pageload, and when you mouse-over the first tab, it works fine:
http://www.klima-testtechniek.nl/test.php
Thanks in advance!
This is the one of the best light tab script I ever found. Thank you !!!
Matur nuwun alias Thanks..
I have used this many times and love it. Quick and easy. Thank you so much. I have a question though, is it possible to put a few second delay on the tabs onMouseover. It just switches to easy with a rogue cursor.
Thank you again and keep up the good work.
Hi, really great app. I would like to know, when using the .js file, how to have 3 tabs on one page and say 4 tabs on another page. The tab count is fixed : var tabcount = new Array("3") in the file.
Thanks in advance
I am currently using it on a test server. It is working fine except one problem.
The content of all the tabs are showing for about 5-10 seconds till such time that the page loads up fully. After the page had loaded, the display is fne.
How do I eliminate the possibility of showing the tab content while page is still loading?
Thanks Dawson.
The tabs are loading on "onload" so the tabs are just showing up after the full page was loaded.
You could use jQuery and the $(document).ready(function(){}); to avoid this - like i do on my page.
Thanks
It worked like a breeze
Beautiful work man, I use this tab tool on one of my clients real estate search pages and they are extremely happy with it. Excellent work.
Jared Ritchey
Thanks
Kral Fm
KralFm
[qoute]
The tabs are loading on “onload” so the tabs are just showing up after the full page was loaded.
You could use jQuery and the $(document).ready(function(){}); to avoid this – like i do on my page.
[/qoute]
Could you please give an example (it doesn't work for me yet.
here's what I have:
window.onload=function(){
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]); a++; b++;}while (b<=menucount);
if (autochangemenu!=0){start_autochange();}
}
thanks in advance!
Hi John,
forget the window.onload=function
include the jquery library and use:
$(document).ready(function(){
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]); a++; b++;}while (b<=menucount);
if (autochangemenu!=0){start_autochange();}
});
Thanks!
It works like a charm!
Is it possible to use multiple instances of the script on the same page?
sorry. my mistake. i noticed the examples later. apologies.
Very Very nice... most auto tabs fail in IE6 which must work for us.
I would like to have 2 rotating menus.
Thanks!
Matt
Hoooiii,,,, gud ... thanks