
-
AuthorPosts
-
August 12, 2025 at 7:40 am #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!
August 12, 2025 at 11:12 am #1487888Hey Pierre,
I don’t understand what you need help with, please try to explain a bit further.
Best regards,
RikardAugust 12, 2025 at 5:56 pm #1487906Hello,
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!
August 13, 2025 at 10:17 am #1487944Hi,
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,
RikardAugust 13, 2025 at 11:55 am #1487962Hi,
I didn’t find any br in the list…August 13, 2025 at 12:45 pm #1487969Hi,
You can see the markup added in your content if you select to use the Code tab instead of Visual.
Best regards,
RikardAugust 13, 2025 at 1:02 pm #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….
August 13, 2025 at 5:52 pm #1487985That’s all?
August 13, 2025 at 7:23 pm #1487988Hi,
You can still adjust the height of the menu items with CSS, please try that out first of all.
Best regards,
RikardAugust 13, 2025 at 8:00 pm #1487994hi,
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.
-
This reply was modified 6 hours, 57 minutes ago by
-
AuthorPosts
- You must be logged in to reply to this topic.