Hello,
first of all forgive for my english.
I have ownload the ddtabmenu and I have trouble with it. I don't know how to change the content. I have changed menu''s title but not the content. Should I create as html code a web page for each menu?
I post you the example I've tried to do, and tell me where I made mistake please.
<div id="ddtabs4" class="ddcolortabs">
<ul>
<li><a href="1.html" rel="ct1"><span>Numero 1</span></a></li>
<li><a href="2.html" rel="ct2"><span>Numero 2</span></a></li>
<li><a href="3.html" rel="ct3"><span>Numero 3</span></a></li>
<li><a href="4.html"><span>Numero 4</span></a></li>
<li><a href="5.html"><span>Numero 5</span></a></li>
</ul>
</div>
<div class="ddcolortabsline"> </div>
<DIV class="tabcontainer">
<div id="ct1" class="tabcontent">
page 1
</div>
<div id="ct2" class="tabcontent">
page 2
</div>
<div id="ct3" class="tabcontent">
Bonjour 3
</div>
Thank you in advance for your help.
Sincerly
Bookmarks