Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive Fixed Header with CSS Reply To: Responsive Fixed Header with CSS

#208638
modiophile
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?