Recent Questions
Q: I am wanting to load menu items from a sql database but I cannot understand how to do it using the example you provided.
I am using asp but do not know how to incorporate it into the above javascript. Would it be possible for you to provide me with an example please? I tried using <% …… %> but this did not work.
A: Unfortunately we don't have example with ASP.
The example of the menu working with PHP/MYSQL you can find here:
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
Q: I had to put the site live and had taken out the white border. I've used one of the better elements of your application and put a second data file (data1.js) and a sample page up that recreates the aberrant behavior in IE and the missing border-bottom in Firefox and Opera.
In IE, the entire border of each element has about a 5px white border until you mouseover each element. Then the border-bottom (1px solid white) shows correctly.
In both Firefox and Opera the border doesn't show at all.
A: Try to write so:
var absolutePos=1;
var posX="10";
var posY="400";
var itemStyles = [
["itemBorderWidth=0 0 1px 0","itemBorderStyle=solid,solid","itemBorderColor=#FFFFFF,#FFFFFF"],
];
Q: I am interested in buying your XP Style Blue XP Style JavaScript Menu Tree.
Please let me know how can I use in offline projects (CD Based) and whether I can change the vertical type java pulldown menu into horizontal type.
Also let me know the price for the same
Looking forward for your fast reply
A: Deluxe Tree is vertical menu, http://deluxe-tree.com. You cannot create horizontal tree menu.
If you want to create horizontal menu you can use Deluxe Menu,http://deluxe-menu.com
To use Deluxe Menus on CD/DVD you should buy developerlicense.
Deluxe Menu & Tree & Tabs & Popup Window & Calendar DeveloperLicense - $299.95.
Other licenses allow you to use the java pulldown menu on Internet/Intranetwebsites only.
Q: Tree menu doesn't display properly in Firefox or IE7. Could you give me advice on how to correct this problem? The menu creates black 'blinds' horizontally across the page. Since IE7 will be rolling out soon I need to get this corrected sometime in the next couple weeks.
A: Try to specify units in "px".
var tmenuWidth = "280px";
It's necessary to specify exact value for Mozilla browsers. It helps to position menus correctly.