Greg in MA
05-30-2008, 09:37 PM
1) Script Title: Tab Content v2.2
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
I'm looking to create two separate styles for Tabs on the same "flowertabs" script. Is this possible?
Using this code (and creating a second class with random colors to show the difference):
<div id="flowertabs" class="menu2">
<ul>
<li><a href="#" rel="tcontent1">Japanese Tansu</a></li>
<li><a href="#" rel="tcontent2">Vietnamese Lacquer</a></li>
<li><a href="#" rel="tcontent3">Custom Upholstery</a></li>
</ul></div>
<div id="flowertabs" class="menu">
<ul>
<li><a href="#" rel="tcontent4">InStyle Magazine</a></li>
</ul></div>
Resulted in the following:
http://xs127.xs.to/xs127/08225/tabs154.png
--
However, the fourth tab ("Instyle Magazine") is not selectable, and does not display in the timed cycle.
All of the div id and class tags are entered correctly. I can move the rel="tcontent4" into the higher list under "menu2", and it cycles/activates correctly, but returns to the same style class as the other three - which I'd like to avoid.
Is there a way that I can have two separate classes for the same "tabcontent" that is selectable and cycles through everything?
Thanks for the help in advance.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
I'm looking to create two separate styles for Tabs on the same "flowertabs" script. Is this possible?
Using this code (and creating a second class with random colors to show the difference):
<div id="flowertabs" class="menu2">
<ul>
<li><a href="#" rel="tcontent1">Japanese Tansu</a></li>
<li><a href="#" rel="tcontent2">Vietnamese Lacquer</a></li>
<li><a href="#" rel="tcontent3">Custom Upholstery</a></li>
</ul></div>
<div id="flowertabs" class="menu">
<ul>
<li><a href="#" rel="tcontent4">InStyle Magazine</a></li>
</ul></div>
Resulted in the following:
http://xs127.xs.to/xs127/08225/tabs154.png
--
However, the fourth tab ("Instyle Magazine") is not selectable, and does not display in the timed cycle.
All of the div id and class tags are entered correctly. I can move the rel="tcontent4" into the higher list under "menu2", and it cycles/activates correctly, but returns to the same style class as the other three - which I'd like to avoid.
Is there a way that I can have two separate classes for the same "tabcontent" that is selectable and cycles through everything?
Thanks for the help in advance.