I'm having trouble positioning a menu (height = 100%) next to the logo.
Essentially, when the image controls the height of the DIV
(container), it seems logical that adding another DIV
(menu) with height: 100%
inside that DIV
(container) should result in both elements being at full height. However, this doesn't seem to work as expected.
I've tried 3 different approaches using 100%
, auto
, and inherit
.