attached the javascript I used in my skin. However I had to use the Replacements to be sure that every li of Level0 got the class Level0 and not 'Level0 SelectedTab' or 'First-Child Level0'. If you want to keep using these classes you must change this in the javascript aswell. Dont forget to mention these in your css: #nav li.Level0{background-color:#nicecolor;}
#nav li.even{background-color:#alternatingnicecolor;} Keston |