Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html how to ensure that the header always on top

#header {
  position: fixed;
}

#content {
  margin-top: 100px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #ensure #header #top
ADD COMMENT
Topic
Name
2+7 =