Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.39 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #wrapper {
  2. height: 100%;
  3. width: 90%;
  4. }
  5.  
  6. #body {
  7.  background-color: #c1c1c1;
  8.  font-family: Verdana;
  9.  font-size: 12px;
  10.  color: white;
  11. }
  12.  
  13. #hintergrund {
  14.   position:absolute;
  15.   width:100%;
  16.   height:100%;
  17.   z-index:1;
  18. }
  19.  
  20. #logo {
  21. background-image: url(images/header.gif);
  22. position:absolute;
  23. background-repeat: no-repeat;
  24. height: 100%;
  25. width: 100%;
  26. padding: 0px;
  27. margin: 0px;
  28.     }