Mytouch Disable Pop Up Box by Deluxe-Menu.com
Mytouch Disable Pop Up Box

Menu Screenshots

Mytouch Disable Pop Up Box Html Pulldown Rollover Menu

Features

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed mytouch disable pop up box samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • 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".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
Example Menu In Bash Mytouch Disable Pop Up Box
Easy Setup
  • De Luxe Tuner. GUI interface to create your mytouch disable pop up box menus easily and in no time
  • Sensible menu parameters for manual editing
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Submenus drop down over all the objects of the page (select, flash, object, embed, applet). If for some reasons a submenu can't drop down over an object, the latter will be hidden for a time when the submenu is shown.
  • These effects will make your menu more attractive and stylish. You can cast a shadow on the menu and submenus, set transparency. Among available transitional effects there are such as fade, mosaic, random dissolve, slide out and many others.
  • Create individual styles and assign them to any submenu and item. Use individual styles to achieve stunning effects!

Recent Questions

Q: I am a web developer and evaluating your product using the Trial Version. I created navigation bar for our website.

It is displaying fine (centered) when using Internet Explorer 7.0. When I access the same website using FireFox Browser, the java drop down menu code aligns on the left.

A: It is not correct to write
align=middle

you should write
align=center

You should set the following menu parameters:

  var absolutePos=0;
  var posX="0px";
  var posY="0px";



Q: Does your site navigation menu support RTL Pages? How hard it is to convert it this way?

A:   var dmRTL = 0;

Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.


Q: We just bought your product suite including deluxe tabs control. For some reason that the tabs onload is not working in IE 7 only. It works in IE 6 and FF, Chrome and Safari. Attached is the sample page which will show the problem. I also attached our receipt of order for your reference.

Pleae help me to figure out what is the problem with my code ASAP.

A: Try to set exact height for your content DIV. Change height:0%; to height:200px;

<div id="content1" style="height: 200px; visibility: hidden;" class="tabPage">

<div id="content1" style="height:0%; visibility: hidden;" class="tabPage">


Q: I was trying out the Vista samples and was able to change the sub-item font size but not the cascade menu javascript item(s) font size. Is this by design?


A: You should change font for the main items in the Individual Styles.

  var itemStyles = [
["itemWidth=92px","itemBorderWidth=0","fontStyle=normal 11pxTahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=data-vista-03.files/btn_magentablack.gif,data-vista-03.files/btn_magenta.gif"],
];

Try that.