Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1487877

    Bonjour,
    j’ai fais un menu sur ma première color section contenant des liens avec des ancres.

    `<div class=”dropdown”>

    <button class=”dropbtn”>Produits</button>
    <div class=”dropdown-content”>Lien 1
    Lien 2
    Lien 3</div>
    </div>

    Ca marche correctement tant que mes liens ne dépassent pas la hauteur de la premiere color section.
    Les liens présents au dessus de la color section 2 ne sont pas fonctionnels.
    J’ai essayé avec les zindex mais ca ne change rien.

    merci pour votre aide!

    #1487888

    Hey Pierre,

    I don’t understand what you need help with, please try to explain a bit further.

    Best regards,
    Rikard

    #1487906

    Hello,
    I created a menu in my first color section containing links. (the green button “produit”)

    `<div class=”dropdown”>

    <button class=”dropbtn”>Products</button>
    <div class=”dropdown-content”>Link 1
    Link 2
    Link 3</div>
    </div>

    It works correctly as long as my links don’t exceed the height of the first color section.
    The links above color section 2 don’t work.
    I tried with zindex, but it doesn’t change anything.

    Thanks for your help!

    #1487944

    Hi,

    I’m not sure why that is, but you could start by removing the br elements from the list. Try creating space between the elements using CSS instead.

    Best regards,
    Rikard

    #1487962

    Hi,
    I didn’t find any br in the list…

    #1487969

    Hi,

    You can see the markup added in your content if you select to use the Code tab instead of Visual.

    Best regards,
    Rikard

    #1487972

    `I have this in the code:

    <div class=”dropdown”><button class=”dropbtn”>Produits</button>
    <div class=”dropdown-content”>
    <a href=”#”>Lien 1</a>
    <a href=”#”>Lien 2</a>
    <a href=”#”>Lien 3</a>
    <a href=”#”>Lien 4</a>
    <a href=”#”>Lien 5</a>
    <a href=”#”>Lien 6</a>
    <a href=”#”>Lien 7</a>
    <a href=”#”>Lien 8</a>
    </div>
    </div>

    There is no Br….

    • This reply was modified 13 hours, 57 minutes ago by spray.
    • This reply was modified 13 hours, 51 minutes ago by spray.
    • This reply was modified 13 hours, 49 minutes ago by spray.
    #1487985

    That’s all?

    #1487988

    Hi,

    You can still adjust the height of the menu items with CSS, please try that out first of all.

    Best regards,
    Rikard

    #1487994

    hi,
    i did it but it doesn’t change anything…
    As soon as the links are at the level of the color section 2, they are not working…

    • This reply was modified 6 hours, 57 minutes ago by spray.
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.