Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

fixed position css

//To make your nav sticky on the top use the following
nav{
  position: sticky;
  top: 0;
}
 
PREVIOUS NEXT
Tagged: #fixed #position #css
ADD COMMENT
Topic
Name
8+3 =