I ordered & installed the dhtml collapsable menu. I can't seem to get the floating function to work.
Return to Recent Questions
Q:
I ordered & installed the dhtml collapsable menu.
I can't seem to get the floating function to work. Here's how I
have the variables set in the data-tree.js file:
var tfloatable = 1;
var tfloatIterations = 10;
var tfloatableX = 0;
var tfloatableY = 1;
And here are the links to the .js files in my HTML doc <head>:
<!-- Deluxe Tree -->
<noscript><a href="http://deluxe-tree.com">JavaScript Tree Menu by Deluxe-Tree.com</a> </noscript>
<script type="text/javascript">var tWorkPath="tree-menu/";</script>
<script type="text/javascript" src="tree-menu/dtree.js"></script>
<script type="text/javascript" src="tree-menu/dtree_add.js"></script>
<script type="text/javascript" src="tree-menu/dtree_ajax.js"></script>
<script type="text/javascript" src="tree-menu/dtree_dyn.js"></script>
<!-- Copyright (c) 2006, Deluxe Tree, deluxe-tree.com -->
Please let me know if there are any other settings that need to
be changed. I'm hoping to go live with this site wed. so a quck
reply is appreciated.
A:
Notice, your dhtml collapsable menu won't float with relative position. You should
set:
var tabsolute=1;
Return to Recent Questions
Related:
- Sep 02, 2006 - Can I show / hide the javascript floating menu .
- Sep 22, 2006 - How to call the function in my java script menu?
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 05, 2006 - With the new version of javascript rollover menus, my body onload function is blocked.
- Nov 05, 2006 - The font color doesn't change when I roll over the dhtml side menu
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Nov 26, 2006 - Can I create my floating menu to make it easier for search engines to crawl through?
- Nov 26, 2006 - How to keep my floating html menu in the centre of the page like <centre></centre>
|