View Single Post
Unread 01-26-2009, 08:42 PM
p9142 p9142 is offline
Junior Member
Join Date: Jan 2009
Posts: 10
  #1  
Default Flyout Menu hidden in IE

I am using UDM menus for the first time, and the flyout menu keeps getting hidden by things in my main content section of the page. Everything works fine in Firefox and Safari, but in IE it gets hidden. Here is the address to the page where I am having trouble. http://www.wiu.edu/users/ppc102/menu1/

My udm-custom.js has the z order set to "1000"


Code:
um.orientation = [
	"vertical",	// alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"absolute",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"0.5em",	// x position ["em"|"ex"|"px"|"0"]
	"0.5em",	// y position ["em"|"ex"|"px"|"0"]
	"1000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];

Last edited by p9142 : 01-26-2009 at 08:44 PM.
Reply With Quote