/*Example for a Menu Style*/ .menu {border-bottom:1px solid #d7d7d7; height:23px;width:354px; overflow:hidden;} .menu ul {margin:0px; padding:0px; list-style:none; text-align:center; } .menu li {display:inline; line-height:23px; } .menu li a { text-decoration:none; width:118px; float:left; color:#000; } .menu li a.tabactive { color:#FFF; background-color:#CCC;; position:relative; font-size:14px;} #tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3 { width:352px; font-size:12px; margin-top:7px; background:url(../../../www/ash/images/lite-lb.png) no-repeat; height:248px;} .litelb ul li{width:325px; float:left; height:18px; margin-left:25px; margin-bottom:4px; padding-top:3px;} .litelb ul li span {float:right; color:#CCC;} </style>
<script type="text/javascript"> /* EASY TABS 1.2 Produced and Copyright by Koller Juergen www.kollermedia.at | www.austria-media.at Need Help? http:/www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange You can use this Script for private and commercial Projects, but just leave the two credit lines, thank you. */
//EASY TABS 1.2 - MENU SETTINGS //Set the id names of your tablinks (without a number at the end) var tablink_idname = new Array("tablink","anotherlink") //Set the id names of your tabcontentareas (without a number at the end) var tabcontent_idname = new Array("tabcontent","anothercontent") //Set the number of your tabs in each menu var tabcount = new Array("3","6") //Set the Tabs wich should load at start (In this Example:Menu 1 -> Tab 2 visible on load, Menu 2 -> Tab 5 visible on load) var loadtabs = new Array("1","5") //Set the Number of the Menu which should autochange (if you dont't want to have a change menu set it to 0) var autochangemenu = 2; //the speed in seconds when the 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; //END MENU SETTINGS
/*Swich EasyTabs Functions - no need to edit something here*/
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();} } </script> </head>
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();} }
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();} }