Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make the first item at the very top of the screen

.fixedElement {
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #item #top #screen
ADD COMMENT
Topic
Name
2+1 =