|
|
How do you labeling the various segments of your page to utilize the horizontal menu tabs?
Return to Recent Questions
Q:
How do you labeling the various segments of your page to utilize the horizontal menu tabs?
A:
See, for each item you should assign the ID property of the content
DIV (see data file with your 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.
<div id="contentName" 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 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>
You can paste any code within DIV's (PHP, Javascript ...)
Return to Recent Questions
Related:
- Oct 07, 2006 - How do you change the back ground color of the javascript horizontal menus?
- Oct 15, 2006 - There's some problems when we use two javascript horizontal menus.
- Oct 16, 2006 - I need the sub menu of the drop menu to be vertical instead of horizontal
- Dec 02, 2006 - I have several questions about dynamic horizontal menu.
- Dec 24, 2006 - Images don't appear in my vertical menu with horizontal submenus.
- Dec 25, 2006 - The mouseover menu javascript will continue to expand horizontally.
- Dec 28, 2006 - Is it possible to change from a default target in javascript horizontal menu?
- Jan 03, 2007 - In the horizontal drop down menu my html files still open in a new window.
- Jan 04, 2007 - My horizontal submenu is not display at the good position with Firefox.
- Jan 07, 2007 - Some graphic files need to draw the top-level horizontal menu bar are missing.
- Jan 16, 2007 - The horizontal dropdown menu is missing background images
|