|
|
How do you go about labeling the various segments of your page to utilize the tab navbar?
Return to Recent Questions
Q:
How do you go about labeling the various segments of your page to utilize the tab navbar?
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">
<p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
You should paste your content here!!!!!
</div>
<div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage">
<p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
You should paste your description here!!!!!
</div>
You can paste any code within DIV's (PHP, Javascript ...)
Return to Recent Questions
Related:
- Oct 27, 2006 - I'm trying to get a cascading menu that will float as I scroll down the page.
- March 20, 2007 - Is there a way to set the default java tab showing on a page load?
- March 25, 2007 - I can not figure out how to fix the tabbed menu from going off the page in Mozilla
- Oct 17, 2007 - When I load a page with dhtml menu sample, the first tab is always highlighted
- Nov 10, 2007 - Is it possible to set dhtml navigation menu up so clicking a tab runs a function in my page?
- Dec 11, 2007 - How do you labeling the various segments of your page to utilize the horizontal menu tabs?
- Jan 13, 2009 - How can I have the sub dhtml tab menu option highlighted once the new page is reloaded?
- Feb 20, 2009 - When the page with dhtml tab menu first loads ... It does not load the content of the first DIV....
- April 22, 2009 - Whenever I click on a menu java tab now, ie7 displays an error message in the corner.
- May 09, 2009 - My last tab is showing up as active when the page with java floating menu loads...
- May 10, 2009 - Could I use the javascript menu system tab with ASP pages.
|