Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css div went over top menu

#navbar {
  background-color:#990000;
  position:fixed;  
  z-index:1; /*Add this*/
  width:100%;
  height:50px;
  text-align:center;
  vertical-align:middle;
  line-height:50px;
  top:0px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #div #top #menu
ADD COMMENT
Topic
Name
8+7 =