- 85% transparency for sub menus - Filters and Transitional effects - Special JavaScript API for changing javascript menu "on-the-fly" - Visible over select boxes, iframes, pdf, flash, Java applets. - Cross-frame support - menus work on frameset-based pages - Image arrows - Horizontal or vertical orientation - Submenus automatically scrolls
Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.
Q: I downloaded the trial version of deluxe-menu. I created a four tab menu using the tab'stab menu generator; so far so good. I read the tutorial where to past codeand ensuring all items wire in the menudir/; so far so good. The problem, you talk about two> files 'dmenu.js' & 'data.js', these files were not created bydeluxe-menu program. Where are they, so that I can see if this thing works before buying, so far; not so good.
A:You may have another name for your data file (not data.js).
If you want to use tab menu you'll have dtabs.js engine file and data file.
1. create and save .js file with your menu parameters in Deluxe Tuner(you can use "File/Save as/HTML" function). You can enter any name you like, for example enter "tab". So you'llhave tab.html, tab.js files and "tab.files" folder with all menu files. 2. open your .html page in any text editor 3. Copy generated tab.js file and "tab.files/" folder in the same folderwith your index.html page. 4. Open generated menu.html in any text editor and copy several rows of code (<script> tags), For info see:http://deluxe-tabs.com/product-info/?installation
<head> <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript" src="tab.files/dmenu.js"></script> </head> <body> ... <script type="text/javascript" src="tab.js"></script> ...
That's all.
Q:
I’m interested in buying your products. I have no experience in programming, only know html/php. How easy would it be to set up these mouseover menus? I understand your explanation of copying scripts into the relevant html pages. But what about inserting the menus? Do I have to program them myself?
A: Unfortunately we don't have step by step tutorial now. We'll try tocreate it in the nearest time.
1. Create your menu in Deluxe Tuner application. You can create any menu as you like in Deluxe Tuner.
You can use ready to use templates. You can find them in the templateswindow.
When you open Deluxe Tuner ( Deluxe Menu ) you can click "File/New" and add items and subitems using buttons "Add Item" and "Add Subitem" onthe main window.
You should set items and subitems parameters on the "Item Parameters"window. See also other parameters for the menu on the main window.
More info about menu parameters you can find on our site (you can alsouse local version of the site which you can find in the trial package "Deluxe Menu / deluxe-menu.com /")
2. You should install the menu on your page. You can click, for example, File/Export to HTML (you can't do it inthe MAC version).
Add several rows into your html page.
<head> ... <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> <script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner. ... </head>
You should also copy all engine files: dmenu.js dmenu4.js dmenu_add.js dmenu_dyn.js dmenu_key.js dmenu_cf.js dmenu_popup.js dmenu_ajax.js dmenu_search.js into "deluxe-menu.files/" folder. You should place this folder in thesame folder with your index. html page.
Try that.
Q:
I have Deluxe-Menu v2.0.
1. When I make an Item a Seperator using '-' on main menu Items (on a menu verticale javascript) it does NOT work (leaves a blank row) but when I make an Item a Separator using '-' on a Subitem it DOES work (uses the Separatorimage). Why ?
Can I make an Item a Separator on the main menu and get it to use the Separatorimage ?
2. If I set the text value to empty on a main menu Item and then add image paths in the Normal and Mouse Over Icon fields in Item Parameters, all I get on my preview is an image placeholder with a Red X but when I set the text value to empty on a SubItem and then add image paths in the Normal and Mouse Over Icon fields in Item Parameters, the preview DOES show the image. Why ?
How can I get the image to show on the main menu verticale javascript Item ?
A:1. You should set a separator in the menuItems, for example:
var menuItems = [ ["Home","index.cfm", , , , , , , , ], ["-"], ["About Us","about.cfm", , , , , , , , ],];Please, see the following parameters:
//--- Separators var separatorImage=""; //for subitems var separatorWidth="100%"; var separatorHeight="3px"; var separatorAlignment="right"; var separatorVImage="images/public/separator.gif"; //for the top items var separatorVWidth="100%"; var separatorVHeight="2px"; var separatorPadding="";
You can send us a copy of your html page (including .js files) ora direct link to your website, so we can check it.
2.You can send us a copy of your html page (including .js files andimages), so we can check it.
Q:
When using javascript tabbed menu, where do I place the text content related to the selected tab, (the text presented on the rest of the screen under the tab)? And who do I connect a specfic text to a certain tab?
A: See, for each item you should assign the ID property of the contentDIV (see data file with your menu parameters). You should set var tabMode=0;
Google Apps mail 'Gmail' logo not becoming transparent with theme ... I am using Firefox 3.0.8, with an https connection to my Google Apps domain mail. ... Google Gears: In Firefox, click on the Tools menu and then on
Have you set your window mode to transparent in the flash file when you publish out or ... Could be a combination of both. If you can't fix the problem you can upload your file to ... (must do both for Firefox and IE)
Added: New Option for Firefox 3.1+ Ctrl-tab "Show tab Previews" ... Fixed: Bookmark context menu "Open" don't open bookmark in current tab. .... There appears to be a conflict between TMP and the ctrl+tab tab switching ... the tab at that spot is transparent so the x looks like its on the tab bar)
Apr 1, 2009 ... But in Firefox with https:// it is not. I cleared the cache a few times ... My guess is someone somewhere has fixed whatever needed to be done :) ... on the Gmail page and selected "Inspect Element" from the pop-up menu
One of them being the displaying of a transparent PNG. ... IE 7 was suppose to be an improvement, which it was. However, who decided to rearrange the menu buttons (forward, backwards, close, refresh) should have been slapped
//edit: sorry, but I was dubious how making something transparent would allow things to ... hey! you don't have to be a techie to use linux! :-P. Pixel Acres V2 ... it works on MOZILLA (firefox), i just thought i'ld share what's found here: .... Main Menu; You are Here; Ozzu · Webmaster Forum · Website Design Forum
I am using iframe to do it, and it works perfectly on Safari, Firefox, and IE 7. ... allowTransparency seems to be an html only parameter, and it is not one of ... It's all black with menu on the top. Dealing with transparent Flashes IS
In Opera only, there appears to be a couple of pixels of top margin ... then it's available as one of the first-level options in the Tools menu. ... doesn't understand the notion of transparent background for a swf file,
transparent menu bar Page & Category Menu Bars. ... And once you become a forum member, send a Private Message ("PM") to Flynn mentioning ... Adjustments for the menu bars, which in their default ... OSX 10.5.8/10.6.2 WP 2.8.x/2.9.x/3.0 Atahualpa 3.2/3.3.x/3.4.x/3.5.x Safari 4.0.3 Firefox 3.5.3 XP/I
>have transparent you may want to try this. .... The icons did not become transparent again. I know my current wallpaper ... At first, it was showing the file "Firefox Wallpaper.bmp" but I deleted it so it now shows the desktop color. .... Go to Start Menu -> Run and type "regedit" (exclude quotes)
Jul 19, 2010 ... Menu Buttons (adjust margin-top to fit your Firefox version and/or Windows theme ) ... Toolbar transparency (may want to change padding-top to 2 or 3 .... it doesn't even have to be a real address, but I put in my fast
Black on transparent SVG and PNG images are just invisible with that style. ... with most libraries has become impossible to maintain. ... The buttons and menus on the FF window are produced by GTK not by XUL
For example: the expanded window should apper above flash menu. ... wmode= transparent doesn't work at all....bug (firefox)? ... The loading time becomes 30 times longer, or don't load at all, moving from 1 slide to the
The transparency is still there and makes it hard to see the menu items. ..... There is some bug with JA PURITY when using RTL direction in firefox 3 beta 5. The horizontal scroller of the browser become very long from some reason
litebox and flash seem to be culprit for firefox on Mac ... have you used the code transparant inside the object of flash? To get behind menu? .... New issue for me (with Nexus), but this seems to be a recurring theme on some of the other ... Menu hides behind a wrapped PDF. Does this use flash to display the PDF?
Aug 31, 2010 ... Talkupation: Sleeping Troll will become famous soon enough .... #container { background-color: transparent; overflow: hidden; } #menu .ul { display: inline- block; ... firefox will not support inline-block, alternative is
-Made the background of the calendar transparent ... I have tested it in both Firefox and Songbird, with the same results: ... Main menu highlighted text color */ #menu li:hover a, #menu li.sfhover a { ... placed custom code for styling the menubar that had since become redundant after I'd chosen to
I want the background color of the table to be a white-transparent color. ... Here's the way I know, but it doesn't seem to work in Firefox: ... Notice how for each link of the menu, it sits on a slightly transparent background