make the first item at the very top of the screen

CSS
.fixedElement {
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}
Source

Also in CSS: