- Hundreds of pre-designed templates - Items with icons - Submenus automatically scrolls - Visible over select boxes, iframes, pdf, flash, Java applets. - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Relative/Absolute menu position - Personal CSS styles for separate menu elements - Special JavaScript API for changing javascript menu "on-the-fly"
Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.
Q: I have recently downloaded your menu, I love, and am definitely going to purchase it, however i do have a question, I made my site with dreamweaver mx, and it is designed in a series of tables, the main table is 3 column and on row, stretched at 100% width and length, the other tables are nested inside the middle column, I am trying to get the menu in the left column to float, I have read some of the other post in the support section, and I was wondering if their could be any <div> anywhere on the page or just before and after the menu script code?
here is the way my code is before and after the script code
<td width="17%" align="left" valign="top" background="images/LPback.png"> <script type="text/javascript" src="data.js"></script> </td> this defines the column in which I want the menu to be,
here is my code for the floatable menu //--- Positioning var tabsolute=1; var tleft="0px"; var ttop="205px";
//--- Floatable Menu var tfloatable=1; var tfloatIterations=10; var tfloatableX=1; var tfloatableY=1;
A: You should add the following parameter:
<script type="text/javascript"> var tWorkPath="data.files/";</script>
See more info about installation here: http://deluxe-tree.com/installation-info.html
You should also add dtree_add.js file in the "data.files/" folder.
Q: I've added a tab menu to a site but I want to know how to get the active tab to stay a certain color in the html tabs menu when you're on that tabs page.
A:Deluxe Tabs doesn't support API functions which can return theselected tab.
You can set "bselectedItem" and " var bselectedSmItem" parameters based on your link before you call your data file.
For example, move " var bselectedItem" and " var bselectedSmItem" parameters from your data file to your code.
You should define seltabs and selsmtabs using server side script.
You can also set it on every page before you call data.js file, forexample:
<TD vAlign=top align=left> /* Select Tab */ <script type="text/javascript" language="JavaScript1.2"> var bselectedItem=4; var bselectedSmItem=3; </script> <SCRIPT src="data.js" type=text/javascript></SCRIPT> </TD>
Q: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
A:How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message.Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1. 1.1 For Windows users a. Run Deluxe Tuner v2.0 (can be found in the trial menu package v2.0 http://deluxe-menu.com/deluxe-menu.zip). b. Open menu data file (.js file where menu parameters are placed): select File/OpenЕ c. Save the file: select File/Save, then click "No" button when the dialog box appears.
1.2 For other OS users a. Open menu data file (.js file where menu parameters are placed) in a text editor. b. Make sure that the following variables exist in the data file:
var keystrokes = 0; var dm_focus = 1; var dm_actKey = 113;
var dynamic = 0; var smHideOnClick = 1; var itemAlignTop = 'left'; var smSmartScroll = 1;
var dmAJAX = 0; var dmAJAXCount = 30; var dmRTL = 0; var dmObjectsCheck = 0; var menuBackRepeat = "repeat"; var menuHeight = ""; var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are: - dmenu.js - dmenu4.js - dmenu_add.js - dmenu_dyn.js - dmenu_key.js - dmenu_cf.js (new v2.00) - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: I've tried to add the pathPrefix_img as suggested and I'm still having trouble with images. Can you provide anymore feedback on what I'm doing wrong?
A:Now you have such paths:
var pathPrefix_img="http://www.domain-name.com/images/";
and
var arrowImageMain=["CFTopMenu.files/arrv_white_1.gif",""];
Is it right? I've tried to download your image from this link. There is no such image. If you want to put all your images into the "images" folder you should write so:
var pathPrefix_img="http://www.domain-name.com/images/";
and
var arrowImageMain=["arrv_white_1.gif",""];
Please, check that you upload all your images on the server in the right places.
Jan 14, 2010 ... __init__(self, None, target, None, args, kwargs) self.name='x' managers. ..... report server address and number of cpus back to parent
Apr 3, 2007 ... But the which target I shd give to link, so that it opens in the same page? I tried all SELF, PARENT targets, it is opening in the whole
Feb 8, 2004 ... I've tried setting target="self" in the form tag but that seems to do nothing. .... The parent does not get immediate info on its closure
an overview of our out of home care placements, including foster care, to .... Self-help skills such as dressing and toilet training,. • Academic challenges ... Target (New Berlin) - $25.00 gift certificate
if (msgWindow.opener == null) msgWindow.opener = self; ... I would like to check if the parent window is still open, ... <a href="http://127.0.0.1/mary.html" alt ="Check" target="SPECIALZ">Static Change Parent Href ?</a>
I dont think target ever gets releases if target is self. This is because it is released inside the ... [(MultiplexLayer *)parent switchTo: [sender tag]];
As it is implemented, registerauth controls self-registration of users ... Saludos. Iñaki. Show parent | Reply ... I wish, however, that MDL-12604 makes it into Moodle 2.0 (Petr just set 2.0 as target, so there is hope)
[[NSNotificationCenter defaultCenter] addObserver:self .... Buttons don't get touch events if their bounding box is outside the frame of their parent view. ..... target:self action:@selector(dismissKeyboard)];