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

  1. //Set the number of your menu which should autochange
  2. var autochangemenu = 1;
  1. //Set the speed in seconds when tabs should change
  2. var changespeed = 3;
  1. //should the autochange stop if the user hover over a tab from the autochangemenu? 0=no 1=yes
  2. 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, 24,438 hits)

Previous Versions of Easy Tabs

EasyTabs 1.1 (Infos here)

  Easy Tabs 1.1 (7.0 KiB, 3,782 hits)

EasyTabs 1.0 (Infos here)

  Easy Tabs 1.0 (1.2 KiB, 3,003 hits)

Joomla Plugin JooTabs by Ricardo Sousa und Andy Sikumbang


 

129 Responses »

20 Trackbacks

University Update - Firefox - Easy Tabs 1.2 - now with autochange Cloud of May » Blog Archive » Easy Tabs 1.2——简单、轻量级的滑动菜单效果 Mostrando conteudo em abas >> Clubepc 37+ Great Ajax, CSS Tab-Based Interfaces 37个Ajaxå’ŒCSS实现的Tab选项卡切换效果界面 | å¸•å…°æ˜ åƒ Great Ajax Tab-Based Interfaces … | Media attribute - what have you done for me lately? Easy Tabs 1.2 - now with autochange | Kollermedia.at Download Tabmenu for free | Kollermedia.at Easy Tabs 1.1 - free Tab Menu | Kollermedia.at jooTabs - joomla tab solution | Kollermedia.at OHZE.NET » Great Ajax, CSS Tab-Based Interfaces 37个Ajaxå’ŒCSS实现的Tab选项卡切换效果界面 | CodeLog 站在巨人的肩膀上 » 37个Ajaxå’ŒCSS实现的Tab选项卡切换效果界面 28 AJAX Scripts for Designers | Vietnamese Webmaster 28 AJAX Scripts for Designers | Cổng thông tin hty.net 37个Ajaxå’ŒCSS实现的Tab选项卡切换效果界面 | Primus 南开飞扬 » 存档 » 若干个Ajaxå’ŒCSSæ‰“é€ çš„Tab links for 2008-09-21 | 甘先生blog 我是UI » 37个Ajaxå’ŒCSS实现的Tab选项卡切换效果界面
commented on October 5, 2009 at 21:22

hi, thanks for this! i changed the onmouseover to onclick, i.e.:
bla bla

otherwise works ok but everytime i click on a tab the page jumps up to top position. any clues how to fix this?

cheers!

commented on October 5, 2009 at 21:27

sorry the bla bla vas supposed to be a sample of the code. ill try once more without the tags:

onmouseover=”return false;” onfocus=”return false;” onclick=”easytabs(‘2′, ‘1′);” title=”" id=”tablink2_1″

commented on October 5, 2009 at 21:56

Hi Sakalli,
just write: onclick=”easytabs(‘2′, ‘1′); return false;”

Thats it.

commented on October 6, 2009 at 17:05

cheers!

commented on October 21, 2009 at 11:15

Hey,
How can I link to a specific tabcontent from another page?
e.g a href=newpage.html#tabcontent2 to display content from the 2nd tab.

I have tried using the tags #tablink2 and #tabcontent2 – tablink does select the correct tab ‘link’ but still doesn’t seem to click it to show the content..

i’d like to be able to link directly to specific tabs from another page if possible, so once clicked it will load that page and the tab content i specified in the url string, how can I do this?

I checked all comments and documentation and i’m scratching my head =p

commented on October 22, 2009 at 12:04

Hello,

Very nice work. I hope you don’t mind – I have added your script to my free scripts directory: http://freeajaxscripts.net/directory/Ajax_tabs/Easy_Tabs_1.2/details.html

commented on October 28, 2009 at 14:14

Hello,

nice work….! but if possible place images at tabs so that it can add life to it

commented on November 23, 2009 at 12:34

thank you for the nice script. I observed one little issue, i.e. page moving to the top, when a tab is clicked (onclick mode) or mouseovered (onmouseover mode).

this is troubling when we place the tabed content in the middle or bottom of the page. thank you.

overall, this is nice work, I hope you will fix this, thank you

commented on November 23, 2009 at 12:45

I somehow missed the solution in the above, sorry for the duplicate question, thank you for the fix up :)

commented on November 23, 2009 at 13:08

when we use onclick mode, how it will be to automatically initiate STOP autochange until a page reload or until the user clicks on restart (if stopped) link kind of, just some thoughts, thank you

commented on November 23, 2009 at 13:27

enabling var stoponhover = 1; in settings when using onclick mode helps to have autochange disabled in that event either until page is refreshed or restart (if stopped) link is clicked upon.

coming to the [Stop the Change] and [Restart (if stopped)] links, when they are clicked, again the browser moves to the top. The solution is simple again, just replace “onmousedown” with “onclick”, it just works :)

thank you for the nice script :)

commented on December 13, 2009 at 8:20

that’s all was amazing .. but can I load tabs content to external file ?
thanks for share dude

commented on December 14, 2009 at 16:13

Hello, is it possibile to return (after X seconds) to the active tag chosen with JS even if the user try to navigate through the tabs?

commented on December 16, 2009 at 19:16

Hi,

How do I install this on wordpress?

Thanks!

commented on December 26, 2009 at 22:59

Hello,

Very nice work. It’s very helpful for me. I have installed on my wordpress site: http://gioithieugame.com/

But your script does not work on Opera, could you please fix it?

Thanks,

commented on January 1, 2010 at 1:45

why there’s some space between first tab with the second tab when i change the border of the tab with other color than the background?

commented on January 4, 2010 at 6:11

it doesnt work inside a table!
wen charge it look disabled
how to fix that ?

commented on January 4, 2010 at 12:18

@Edduard
it’s works 4 me. i added a table outside the tabs and also inside the tabs body ( content ). but there some bug when i view it in IE, but it runs normal in FF or opera. there a space between the tabs with the tab’s body. then, after a change it with table, the space’s is gone. i don’t know if something’s wierd with those css, but what i can make sure is, that i lack knowledge about how css runs in IE.

commented on February 3, 2010 at 23:45

Hi, this tabs are great code, and i’m using this for my site, on question, where do i can change color font on the each tabs! I’m trying to find out where to change color font from default light gray on the tabs to other color, i could not figure out where to change that.

please let me know thanks.

AM

Page 4 of 4«1234
Leave a Reply

(required)

(required but will not be published)

(if you have one)

Bild einfügen:<img src="http://www.website.com/meinbild.jpg" alt="bildbeschreibung" />



Aktuelle Kommentare

Über Kollermedia.at

Jürgen Koller BA (Hons.)Willkommen! Mein Name ist Jürgen Koller, 27 Jahre alt aus Baden bei Wien & seit 2004 als selbstständiger New Media Producer tätig. Mehr über meine Arbeiten finden Sie im Work Bereich.
WerbungSchalten Sie Werbung auf Kollermedia.at - über 34.000 Unique Visitors und 90.000 Pageviews pro Monat.
mehr Informationen
RSS IconVerfolgen Sie die News von Kollermedia.at bequem via RSS Feed:

Empfehlung

Empfehlung

Portfolio Showcase

Dancingstars.orf.at Gault Millau okidoki shapeshifters APA OTS Nationalratswahl ORF Das Rennen BÖrsegebäude Wien Touchscreens Programm.orf.at
 

Letzte Updates