Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

split screen html

#col-1 {
  position: fixed;
  width: 50%;
  float: left;
  height: 100%;
  background-color: #282828;
  z-index: 1010101010
}

#col-2 {
  position: fixed;
  width: 50%;
  float: right;
  height: 100%;
  background-color: #0080ff;
  z-index: 1010101010
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #split #screen #html
ADD COMMENT
Topic
Name
5+7 =