EliteSeraphim
08-21-2005, 09:54 PM
DD Hovertabs - http://dynamicdrive.com/dynamicindex1/ddtabmenu2.htm
Switch Content - http://www.dynamicdrive.com/dynamicindex17/switchcontent.htm
I was wondering if this is possible. As of now I am using a DD Hovertab menu that the viewer can toggle (example: http://www.projectcoe.com/microsoft/games/halo2.html) Now, would it be possible to insert a switch-content menu inside one of the tabs? it would end up looking something like this:
<div id="sc2" class="tabcontent">
<h3 onClick="expandcontent(this, 'switch1')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>title</h3>
<div id="switch1" class="switchcontent">
<span class="text">test</span></div>
<h3 onClick="expandcontent(this, 'switch2')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>title</h3>
<div id="switch2" class="switchcontent">
<span class="text">test</span></div>
</div>
Switch Content - http://www.dynamicdrive.com/dynamicindex17/switchcontent.htm
I was wondering if this is possible. As of now I am using a DD Hovertab menu that the viewer can toggle (example: http://www.projectcoe.com/microsoft/games/halo2.html) Now, would it be possible to insert a switch-content menu inside one of the tabs? it would end up looking something like this:
<div id="sc2" class="tabcontent">
<h3 onClick="expandcontent(this, 'switch1')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>title</h3>
<div id="switch1" class="switchcontent">
<span class="text">test</span></div>
<h3 onClick="expandcontent(this, 'switch2')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>title</h3>
<div id="switch2" class="switchcontent">
<span class="text">test</span></div>
</div>