I am trying to get the floating dhtml menu in the left column to float...
Return to Recent Questions
Q:
I have recently downloaded your menu, I love, and am definitely
going to purchase it, however i do have a question, I made my site
with dreamweaver mx, and it is designed in a series of tables, the
main table is 3 column and on row, stretched at 100% width and
length, the other tables are nested inside the middle column, I am
trying to get the menu in the left column to float, I have read some
of the other post in the support section, and I was wondering if
their could be any <div> anywhere on the page or just before and
after the menu script code?
here is the way my code is before and after the script code
<td width="17%" align="left" valign="top"
background="images/LPback.png">
<script type="text/javascript" src="data.js"></script>
</td>
this defines the column in which I want the menu to be,
here is my code for the floatable menu
//--- Positioning
var tabsolute=1;
var tleft="0px";
var ttop="205px";
//--- Floatable Menu
var tfloatable=1;
var tfloatIterations=10;
var tfloatableX=1;
var tfloatableY=1;
A:
You should add the following parameter:
<script type="text/javascript">var tWorkPath="data.files/";</script>
See more info about installation here:
http://deluxe-tree.com/installation-info.html
You should also add dtree_add.js file in the "data.files/" folder.
Return to Recent Questions
|