#header { position: sticky; /*(recomended)*/ top: 0px; position: fixed; }
header { position: sticky; top: 0; }
#header { position: fixed; } #content { margin-top: 100px; }