Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 06-04-2026 en week 15 in de Lente .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

Dynamic dropdown max-width based on the longest item

Omschrijving

Dynamic dropdown max-width based on the longest item

Snippet

FieldValue
Snippet StatusDone
Snippet DescriptionDynamische width op dropdown menu met js
Snippet Type CodeHTML
Snippet URL
Snippet Content// Dynamic dropdown max-width based on the longest item var dropdowns = document.querySelectorAll('.desktop__navigation ul li ul.sub-menu'); dropdowns.forEach(function(dropdown) { var maxWidth = 0; var items = dropdown.querySelectorAll('li a'); items.forEach(function(item) { var itemWidth = item.offsetWidth; if (itemWidth > maxWidth) { maxWidth = itemWidth; } }); dropdown.style.width = (maxWidth + 90) + 'px'; console.log(dropdown.style.width) });
Snippet Content CSS
Snippet Content HTML
Snippet Content JS// Dynamic dropdown max-width based on the longest item var dropdowns = document.querySelectorAll('.desktop__navigation ul li ul.sub-menu'); dropdowns.forEach(function(dropdown) { var maxWidth = 0; var items = dropdown.querySelectorAll('li a'); items.forEach(function(item) { var itemWidth = item.offsetWidth; if (itemWidth > maxWidth) { maxWidth = itemWidth; } }); dropdown.style.width = (maxWidth + 90) + 'px'; console.log(dropdown.style.width) });
Snippet Content PHP
Particle Snippet in Software1
Particle Snippet in Boilerplate0

Relations

ItemType

Pointing items

ItemTypeCategoryTags
Categorie
Tags,
URL
TypeSnippet
Time
Price

Geef een reactie

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

Home