Recent Questions
Q: I would like to ask on how can I make the dhtml dropdown menu shadow work in mozilla and in safari?
A: Transitional effects (shadow) are features of Internet Explorer 5.5+ only.
More info you can find here:
http://deluxe-menu.com/filters-and-effects-sample.htmlQ: I am interested in purchasing the developer license for Deluxe menu, but I wanted to see if I can use the trial version to accomplish what I need. You have an example of what I need on
http://deluxepopupwindow.com/ ("click here to open window"). I would like to click on a navigation menu link and have a pop up window linking to a url.
I got as far as being able to link the website in the pop up, but not exactly sure how you make a link that you can click to display the pop up.
A: Delete 'openAfter=' at all from deluxePopupWindow.attachToEventfunction:
deluxePopupWindow.attachToEvent(win,',,,,,')
In that case popup window won't show till you click on the link.
Q: I have two question for now...
Where can I change the word "loading" during ajax is loading the submenu?????
Is state saving of javascript based tree just for the first level??? Does it works for the AJAX submenus?
The reason why I switch to treemenu is the possibility of state saving!
A: I've just checked your website and save state feature works fine for the ajax submenus.
Actually we've added this feature in v3.2.7 of Deluxe Tree.
http://deluxe-tree.com/whats-new-info.html
I see you changed the "Loading.." text inside the dtree_ajax.js file.Q: I'm facing a problem with "movable menue":
I'd like to use template "data-image-based-1.js" - everytime I try to change it into a movable one, the javascript menu system just blockes and that's it. where do I have to change a setting in order to be able to use this fantastic menue as a movable one?
A: You should set absolute position for the menu when you use movable orfloatable feature:
var absolutePos=1;
var posX="100px";
var posY="100px";