Html – How to make a div the same width as the element above it WITHOUT using relative positioning?
I have a form where I am trying to set up a dropdown menu below an input field. My issue is that I can't get the dropdown menu to be the same width as the input field above it. If…