• My website utilizes a drop down menu for the header but I have had difficulty trying to fix and format it properly. When hovering over the menu the menu appears behind the text. I’m guessing because of this, you cannot hover on the submenus. Have been trying to fix for weeks with difficulty to no avail. I would appreciate any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The issue is with how you – or who ever – built the site.

    look at margins applied to <div id="primary"> .
    Elements shouldn’t be forced into place by margins.

    You can discuss these general CSS queries on general CSS forums. Forums such as http://csscreator.com/forum .

    Thread Starter hums

    (@hums)

    I’ve since fixed the positioning elements to use position:fixed instead of margins. The menu is still appearing behind the text though.

    Now it has this nasty habit of not scrolling. I looked at all the overflow commands to see if any were improper but nothing appeared so.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Drop Down Menu Appearing Behind Text’ is closed to new replies.