(c) 2007, Deluxe-Menu.com
Search  
Ctrl+F2 - enter/switch menu | Arrow keys - navigate | Esc - exit menu  
   
   
  Samples
  Functional Samples
  AJAX Menu
  Javascript API javascript dynamic menu
  Cross Frame Menu javascript dynamic menu
  Popup Menu javascript dynamic menu
  Highlighted Items javascript dynamic menu
  Smart Scrollable Submenus javascript scrolling menu
  CSS Javascript Menu javascript scrolling menu
  Objects Overlapping javascript scrolling menu
  Filters and Effects dhtml dynamic menu
  Individual Styles javascript cascade menu
  Moving Menu javascript cascade menu
  Floating Menu javascript cascade menu
  Search Support javascript menu template
  Sound Support javascript vertical menu
  Multilevel Menu drop down list
  Multicolumn Menu dhtml menu script
  Ways of Showing Sub Menus javascript mouse over menu
  Image Based Navigation javascript mouse over menu
  Templates javascript mouse over menu
  Vista Styles (Part 1)
  Vista Style 1 dropdown menu
  Vista Style 2 dhtml transparent menu
  Vista Style 3 html drop down menu
  Vista Style 4 javascript menu dropdown
  Vista Style 5 drop down menu html
  Vista Style 6 drop down menu script
  Vista Style 7 dhtml navigation menu
  Vista Style 8 javascript pull down menu
  Vista Styles (Part 2)
  Vista Style 1 dropdown menu script
  Vista Style 2 javascript list menu
  Vista Style 3 floating javascript menu
  Vista Style 4 dhtml menu bar
  Vista Style 5 menu drop down
  Vista Style 6 javascript select menu
  Vista Style 7 dhtml quick menu
  Vista Style 8 web drop down menu
  Vista Style 9 dhtml static menu
  Vista Style 10 pulldown menu
  Vista Style 11 simple dhtml menu
  Vista Style 12 vertical dropdown menu
  Vista Style 13 javascript ajax menu
  Vista Style 14 javascript vista menu
  Vista Style 15 mouse over drop down menu
  Vista Style 16 menu script in javascript
  Vista Style 17 javascript web menu
  Vista Styles (Part 3)
  Vista Style 1 dropdown menu html
  Vista Style 2 cascading javascript menu
  Vista Style 3 javascript window menu
  Vista Style 4 sample dhtml menu
  Vista Style 5 vertical navigation menu
  Vista Style 6 javascript navigation menu
  Vista Style 7 dhtml cross browser menu
  Vista Style 8 cascading menu
  Tab Styles
  IE7 Style dropdown menu html
  Firefox Style horizontal dropdown css menu
  Opera Style dropdown navigation menu
  Netscape Style dropdown menu bar
  Microsoft Style html dropdown menu
  Simple Tabs 1 horizontal dropdown menu
  Simple Tabs 2 mouseover dropdown menu
  Simple Tabs 3 drop down vertical menu
  Simple Tabs 4 html menu navigation
  XP Style dhtml pull down menu
  MAC Style 1 hierarchical menu
  MAC Style 2 dhtml slide menu
  MAC Style 3 cross browser dhtml menu
  XP Styles
  XP Style 1 cascading javascript menu
  XP Style 2 javascript side menu
  XP Style Taskbar javascript drop menu
  Common Styles
  Office Style 1 mouseover drop down menu
  Office Style 2 javascript pulldown menu
  Win98 Style javascript floating menu
  MAC Style cross browser menu
  Simple Style 1 javascript menu sliding
  Simple Style 2 dhtml drop menu
  Animated Icons dhtml menu scripts
  Multiple Styles dropdown list
  Image-Based Menu based menu - css dhtml menu


 

    Flash Layer Overlap Menu


   

   


    Sometimes pages have objects such as select boxes, flash objects, iframes, applets, etc. These objects always have a higher z-order, so DHTML objects (e.g. submenus) are shown under them.
    Flash Layer Overlap Menu can drop down submenus over all the objects of the page. 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.

To enable checking of intersection with selects, iframes, movies, set the following menu parameter:

var dmObjectsCheck = 1;

Fix for flash in Firefox!
    If you don't want the flash to hide under submenus in Firefox you should do the following things:

1) You should use engine files v2.4 or higher.
2) See, how you should install flash on your pages.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="150" width="732" name="if-header">
     <param name="movie" value="images/flash/if-header.swf">
     <param name="quality" value="best">
     <param name="play" value="true">
     <param name="wmode" value="opaque">
<embed height="150" name="if-header" pluginspage="http://www.macromedia.com/go/getflashplayer" src="images/flash/if-header.swf" type="application/x-shockwave-flash" width="732" quality="best" wmode="opaque" play="true">
</object>

You should add "opaque" parameter for <object> and <embed> tags.
3) Set
var dmObjectsCheck=1;
4) Add the following function in the beginning of your data file

function dm_ext_ruleObjectHide()
{
     return false;
}


If for some reasons a submenu doesn't overlap flash on Safari correctly you can hide your flash object for a time when the submenu is shown. To do it you should write this function in the following way:

function dm_ext_ruleObjectHide()
{
// Safari detect
   if ((parseInt(navigator.productSub)>=20020000) && (navigator.vendor.indexOf('Apple Computer') != -1) && (navigator.product=='Gecko'))
     return true;
   else
     return false;
}



Copyright (c) 2009, Deluxe-Menu.com
Home  |  Product Info  |  Samples  |  Download  |  Purchase  |  FAQ  |  Site Map  |  Terms of Use  |  Write Us
All rights reserved. CSS Menu | Free CSS Menu | DHTML Menu | Drop Down Menu | Lightbox2