Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS implement drop-down menu that stays on top

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #267342
    brice81
    Participant

    Dear all, I am trying to implement dropdown menu in my website. Code seems to work properly, except that sub-elements do not display once they go outside main top-level banner div.

    You can find an example of the problem by going to the following URL:
    http://test.ams-solutions.be/index.php

    Click on menu “link 2+”, and you will see the problem.

    I tried to trick the CSS so that sub-elements stay on top, but with no success.

    Any help would be very welcomed.

    Thanks in advance,
    Brice

    #267343
    grimslayer
    Participant

    Just a quick look at this. The #pillmenu has a fixed height of 42px thats why it is getting cut off.

    Give it a height of 100% and this will solve your problem.

    #267386
    brice81
    Participant

    Thanks for your answer. It solved my first issue.

    But now, I am trying to implement sub-menus. First one is working properly, but if Y select the next ones (link 2+ -> link2.2, for example), everything starts to blink.

    Any idea on how to solve that ?

    Many thanks in advance,
    Brice

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.