2 x fixed i css
Hvis jeg skriver 2 fixed kommer kun den sidste ??.fixed {
width: 960px;
height: 216px;
background-color: yellow;
position: fixed;
top: 0px;
left: 0px;
}
.fixed {
width: 960px;
height: 216px;
background-color: yellow;
position: fixed;
top: 216px;
left: 0px;
}