Yui Tree Menu Right Click by Deluxe-Tree.com
Yui Tree Menu Right Click


Buy Now!  Free Trial Download

Menu Screenshots Yui Tree Menu Right Click

Yui Tree Menu Right Click Tree Popup Scroll Position

Features Yui Tree Menu Right Click

Unrivalled Features
  • Scrollable, dragable, floating
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • Runs well with an unlimited number of submenus and items
Dinamic Menu Tree Yui Tree Menu Right Click
Easy Setup
  • De Luxe Tuner. GUI interface to create your yui tree menu right click menus easily and in no time
  • Sensible menu parameters for manual editing
Seamless Integration
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed yui tree menu right click samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance.
    Don't let your web site guests to get lost. Try Javascript/DHTML Tree!

Recent Questions Yui Tree Menu Right Click

Q: There is one other issue I am hoping you can help with? When the dhtml web menu drops down in Safari over a SWF -- it disappears. I have added the function dm_ext_ruleObjectHide() code to the top of my data file. Can you please advise what else I can try?

A: Submenu couldn't overlap flash in Safari correctly.

And the following code:
// Safari detect
if ((parseInt(navigator.productSub)>=20020000) &&(navigator.vendor.indexOf('Apple Computer') != -1) &&(navigator.product=='Gecko'))
return true;

in function
function dm_ext_ruleObjectHide()
{
// Safari detect
if ((parseInt(navigator.productSub)>=20020000) &&(navigator.vendor.indexOf('Apple Computer') != -1) &&(navigator.product=='Gecko'))
return true;
else
return false;
}

cause flash to disappear in Safari.

You can try to write this function in the following way:

function dm_ext_ruleObjectHide()
{
return false;
}




Q: For some reason all of the menu items are squished together when I put the js code in my page.
Is my site's CSS overriding the ones set in the menu css? If so how do I get around this?


A: See, the problem is that the script can't get css properties of the object if they are described in separate .css block (or file).
To get the value you should move .css style into style="" attribute.

Please, try to add your
css file -> inline css


Q: I have a website where the customer asks (requested popup) for a onclick popup window so they can listen in to a radio braodcast. i.e. popup on demand.

But, the popup needs to keep working so the user can move to another website without dropping the broadcast. In otherwords If the popup is dropped so is the broadcast. That is my issues. Help! Also, using a standard popup windows doesn't always work Cross browsers and IE works ok but Firefox still allows the user to resize the windows even if you tell it not to.

A: No, it is not possible to leave the onclick popup window after you close thepage with popup.

Q: I cannot see my menu on the pages. Could ypu help me?


A: Try to move the following code in the <head> tag

<script type="text/javascript">  var dmWorkPath = "";</script>
<script type="text/javascript" src="dmenu.js"></script>
Notice: your menu won't work correctly if you write src="/dmenu.js"