Recent Questions
Q: I am interested in purchasing the "Microsoft Like Style Dhtml Tabs Menu" and would like to know if the tab menu horizontal java, roll over and selected colors are controllable? meaning if I want green (not blue) tab I can have the tabs green. Please let me know
http://deluxe-tabs.com/file/templates/deluxe-tabs-micr.html A: Unfortunately you cannot change the color of this template in DeluxeTuner, as it is image-based tab menu horizontal java.
If you want to change the color of this template you should changeimages. You can do it in any Graph editor, for example in PhotoShop.
Q: we want to be able to specify a certain height (or number of items) for the main menu after which a new column is created.
A: Unfortunately it is not possible to specify a number of items after which a new column is created.
But you can use blank items and create Individual Style for theseitems.
For example:
["| ","", "", "", "", "", "0", "", "", ], //empty item
["|Item 42","", "", "", "", "", "", "", "", ],
["| ","", "", "", "", "", "0", "", "", ], //empty item
["|Item 44","", "", "", "", "", "", "", "", ],
Q: Will this menu rollout from within an iframe over a regular frame underneath it?
A: Deluxe Menu doesn't work with <IFrame> objects. They work withQ: The window open javascript are loading as the page loads, as well as when you click the appropriate object. How can we prevent the pre-loading of pop-ups so that they only load onclick?
A: In that case you shouldn't set openAfter and closeAfter parameters.
So, you'll have:
deluxePopupWindow.attachToEvent(win,',,,,,')
or
deluxePopupWindow.attachToEvent(win,'openAfter=,closeAfter=,,,,')
See the following example:
http://deluxepopupwindow.com/html-popup-dialog-vista-graphite.html