I have a header (dynamic height) with a fixed position.
I need to place the container div right below the header. As the header height is dynamic, I can\'t use the
The position :fixed is differ from the other layout. Once you fixed the position for your header, keep in mind that you have to set the margin-top for the content div.
position :fixed
fixed
position
header
margin-top
content