
body {
    margin: 0; padding: 0;
}

div.fixed {
    position: absolute; top: 0; left: 0; height: 100%;
}

@media screen {
    body > div.fixed {
        position: fixed;
    }
}
