My issue involves having two divs nested inside each other. I programmed it so that when I hover over a link, both divs should appear. Strangely, only the parent div is visible while the child div remains hidden. However, if I set the parent to "display:block;", then the child div shows up as intended. Can anyone explain why this is happening?
Thank you,
Jacob Saunders