(c) 2007, Deluxe-Menu.com
Search  
Ctrl+F2 - enter/switch menu | Arrow keys - navigate | Esc - exit menu  
   
   
  Samples
  Functional Samples
  AJAX Menu
  Javascript API
  Cross Frame Menu
  Popup Menu
  Highlighted Items
  Smart Scrollable Submenus
  CSS Javascript Menu
  Objects Overlapping
  Filters and Effects
  Individual Styles
  Moving Menu
  Floating Menu
  Search Support
  Sound Support
  Multilevel Menu
  Multicolumn Menu
  Ways of Showing Sub Menus
  Image Based Navigation
  Templates
  XP Styles
  XP Style 1
  XP Style 2
  XP Style Taskbar
  Common Styles
  Office Style 1
  Office Style 2
  Win98 Style
  MAC Style
  Simple Style 1
  Simple Style 2
  Animated Icons
  Multiple Styles
  Image-Based Menu
  Vista Styles (Part 1)
  Vista Style 1
  Vista Style 2
  Vista Style 3
  Vista Style 4
  Vista Style 5
  Vista Style 6
  Vista Style 7
  Vista Style 8
  Vista Styles (Part 2)
  Vista Style 1
  Vista Style 2
  Vista Style 3
  Vista Style 4
  Vista Style 5
  Vista Style 6
  Vista Style 7
  Vista Style 8
  Vista Style 9
  Vista Style 10
  Vista Style 11
  Vista Style 12
  Vista Style 13
  Vista Style 14
  Vista Style 15
  Vista Style 16
  Vista Style 17
  Vista Styles (Part 3)
  Vista Style 1
  Vista Style 2
  Vista Style 3
  Vista Style 4
  Vista Style 5
  Vista Style 6
  Vista Style 7
  Vista Style 8
  Tab Styles
  IE7 Style
  Firefox Style
  Opera Style
  Netscape Style
  Microsoft Style
  Simple Tabs 1
  Simple Tabs 2
  Simple Tabs 3
  Simple Tabs 4
  XP Style
  MAC Style 1
  MAC Style 2
  MAC Style 3
 

    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) 2008, Deluxe-Menu.com
Home  |  Product Info  |  Samples  |  Download  |  Purchase  |  FAQ  |  Site Map  |  Write Us
All rights reserved. Tree Menu  |  Tabs Menu  |  Popup Window  |  Calendar  |  Deluxe Menu.de