|
|
How I have to do to add the content in each javascripts menu tab?
Return to Recent Questions
Q:
I'am trying the deluxe menu v3.2.3.6 but I don't Know how to do
it in order to get the same as you have in your page, I mind how I
have to do to add the content in each javascripts menu tab?
A:
You should specify any Object ID name of the DIV.
See, for each item you should assign the ID property of the content
DIV (see data file with your javascripts menu parameters).
["Style Name","contentName", "", "", "", "", "1", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Style Description","contentDescription", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Style Variations","contentVariations", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Empty","", "", "", "", "", "2", "", "", ],
And on your html page you should create DIV's with such ID. You can
set background image for these DIV's in styles.
<div id="contentName" style="height: 0%; visibility: hidden; background-image: url('img/back.jpg'); background-repeat:repeat-y;" class="tabPage">
<br><br><br>
<p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
<br><br><br>
You should paste your content here!!!!!
</div>
<div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage">
<br><br><br>
<p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
<br><br><br>
You should paste your description here!!!!!
</div>
Return to Recent Questions
Related:
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Dec 16, 2006 - I would like to use these cool menus in a page containing two iFrames.
- Jan 29, 2007 - Is this java script drop down menu floatable?
- Feb 06, 2007 - We use IFrames and Frameset. Will Deluxe-Menu and Deluxe menu tabs work for us?
- March 02, 2007 - Is there a way to establish a setting such that when a toggle menu Item is CLICKED
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- March 15, 2007 - In my dynamic html menu I'm getting an error - Error: 'floatable' is undefined
- March 25, 2007 - I can not figure out how to fix the tabbed menu from going off the page in Mozilla
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
- April 21, 2007 - I need to be able to execute some javascript when I click on a javascript menu tab
|