|
|
I have been trying to get �Content� in to the float tab, and I cannot find how that is done.
Return to Recent Questions
Q:
I have been trying to get �Content� in to the float tab, and I cannot find how that is done.
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 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">
<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>
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.
- Nov 25, 2006 - If a user selects vertical menu in the upper frame he get the menu that is associated with...
- Jan 29, 2007 - Is this java script drop down menu floatable?
- 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
- April 11, 2007 - I want to get my text within a single float menu item to be on a two lines
- May 24, 2007 - How I can add content below the dhtml tabs menu, like you have on your site?
- June 13, 2007 - I am trying to get the floating dhtml menu in the left column to float...
- July 06, 2007 - Is it possible to generate Kaspersky java tab menu from dynamic content?
- July 07, 2007 - My question is that not all my javascript html tabs point to the same target
- July 10, 2007 - I'd like non-floating javascript tab control to sit vertically.
|