Even though I have a lot of experience as a programmer, I am relatively new to web development. So the question I have might be too basic for some of you.
I have two divs positioned next to each other, called leftdiv and rightdiv. I want to ensure that my rightdiv is at least as tall as my leftdiv for visual purposes, although it may end up being taller. The size of my leftdiv remains constant, but the size of my rightdiv can change. I don't want to specify a min-height for my rightdiv manually because I will be making frequent changes to my leftdiv. Therefore, I am looking for a script (such as JavaScript) that dynamically sets the min-height of the rightdiv to match the height of the leftdiv.
If you have any suggestions or solutions, please feel free to share them with me.
Thank you in advance!