Tab Content script, individual tab colours needed
1) Tab Content Script (v 2.0)
2) http://www.dynamicdrive.com/dynamici...tabcontent.htm
3) Ive been looking for a way of giving each tab an individual colour is this possible. Ive tried to give each indiviual line a style using css but with no luck.
Example
<li class="selected"><a href="#" rel="tcontent1" class="style13">Specs</a></li>
<li><a href="#" rel="tcontent2" class="style14">Voda</a></li>
<li><a href="#" rel="tcontent3class="style15">O2</a></li>
<li><a href="#" rel="tcontent4">Tmob</a></li>
<li><a href="#" rel="tcontent5">Orange</a></li>
<li><a href="#" rel="tcontent6">Virgin</a></li>
<li><a href="#" rel="tcontent7">Three</a></li>
</ul>
Ive taken a look in the tabcontent.css file and unless i can give each line its own style i cant see how this can be done.
Can anyone help?