menu hidden

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • delusion7
    New Member
    • Sep 2006
    • 37

    menu hidden

    Hello,

    I have a problem that I'm not quite sure how to fix?

    when a user hovers over a menu, the menu items appear, but a dropDownList that is below the item hides part of the menu items.

    How do I solve this. I have tried changing the z-index and the position, but it does not solve the problem.

    Any suggestions?
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by delusion7
    Hello,

    I have a problem that I'm not quite sure how to fix?

    when a user hovers over a menu, the menu items appear, but a dropDownList that is below the item hides part of the menu items.

    How do I solve this. I have tried changing the z-index and the position, but it does not solve the problem.

    Any suggestions?
    I've seen this question come up all the time in the HTML forum, so I'm going to move it here. Unfortunately, I don't remember ever seeing a good solution... maybe the folks here will at least be able to commiserate. In the end you may just need to reposition your menu and/or the things that are covering it up.

    Jared

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      One of the elements is probably positioned or floated. I forgot which one but I think the element that is in front needs to be "position:relat ive".

      Comment

      Working...