There is a page
There is a hat with this typesetting
<div class="fixed_header"> <div class="grey" style=" background-color:#f8f8f8; opacity:1;"> </div> </div> style
.fixed_header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; /* Любое положительное значение */ } But the content part does not want to go after the cap. What is the problem?