Menu dropitem z-order

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I have a menu in a masterpage. The drop down items are being hidden behind
some of the controls in the content page.I only notice this in FireFox.

Any suggestions on how to fix it?

Thanks,
Joe
 
I have a menu in a masterpage. The drop down items are being hidden behind
some of the controls in the content page.I only notice this in FireFox.

Any suggestions on how to fix it?

Thanks,
Joe

Set the z-index values on the menu control to be higher than the
other
controls on the page.

Use the Style property -- Style="z-index: <some_value>;" If you're
using Visual
Studio, it will normally default to "Style" settings when dragging
and
dropping a control onto the page. Here is a link describing z-index:
http://www.w3schools.com/css/pr_pos_z-index.asp
 
Now the problem is once I change to absolute and set the z-order, eveything
is messed up in Firefox.
 
Hello Joe,

Would you provide some code snippet of your content page, what kinds of
controls or html elements have you put in content page that cover the menu
items in master page?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top