I am currently working with a dropdown menu that I coded using CSS, similar to the one shown at .
My issue is that I have 4 menu items and I want the total width of the parent div to be divided equally among each item, regardless of the resolution.
Currently, I have manually set the width at 200px for each item, but this is not a dynamic solution as it may not display correctly on different resolutions.
Is there a way to achieve this dynamic division of width among the menu items?