dynamic menu items hiding under controls

  • Thread starter Thread starter hankman
  • Start date Start date
H

hankman

Hi,

I have a menu control in my master page.
On one of my content pages I have a few div's one floats left and one to the
right.
my menu control on the right has a dropdown, when this displays parts get
hidden
under controls that I have in my content page.
I'm sure the problem has something to do with the float. Is there a style I
can apply
to the menu so it is always on top?

Thanks,

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