Home › Forums › CSS › Responsive Fixed Header with CSS › Reply To: Responsive Fixed Header with CSS
September 24, 2015 at 11:11 am
#208638
Participant
I’m working on a similar problem, the only caveat here is that my fixed header must also occupy a responsive height, see http://jsfiddle.net/ajggs7g8/
The only way around this is to use something like the matchHeight jquery plugin, whereby the parent div will dynamically assume the tallest height of its child. Would there be any other way around this without the use of js?