home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / layout.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-24  |  1.1 KB  |  82 lines

  1. #header {
  2.     z-index:    100;
  3.     position:     absolute;
  4.     top:        0px;
  5.     left:        0px;
  6.     width:        100%;
  7.     height:        5%;
  8. }
  9. #nav {
  10.     z-index:    200;
  11.     position:     absolute;
  12.     top:        5%;
  13.     left:        0px;
  14.     width:        15%;
  15.     height:        1600px;
  16.     clip:        auto;
  17.     overflow:    auto;
  18. }
  19. #body {
  20.     position:     absolute;
  21.     top:        6%;
  22.     left:        17%;
  23.     width:        82%;
  24. }
  25. #content {
  26.     clear:        both;
  27.     top:        -1px;
  28. }
  29. #packagePosition {
  30.     position:    absolute;
  31.     right:        5px;
  32.     top:        0px;
  33.     width:        35%;
  34.     height:        100%;
  35. }
  36. #packageTitle {
  37.     position:    absolute;
  38.     right:        0px;
  39. }
  40. #packageTitle2 {
  41.     position:    absolute;
  42.     right:        -3px;
  43.     top:        -2px;
  44. }
  45. #elementPath {
  46.     position:    absolute;
  47.     right:        0px;
  48.     bottom:        0px;
  49. }
  50. #navLinks {
  51.     position:    absolute;
  52.     top:        0px;
  53.     left:        10px;
  54.     height:        100%;
  55.  
  56. }
  57. .leftCol {
  58.     width:        auto;
  59.     float:        left;
  60. }
  61. .middleCol {
  62.     width:        auto;
  63.     float:        left;
  64. }
  65. .rightCol {
  66.     width:        auto;
  67.     float:        left;
  68. }
  69. #credit {
  70.     margin-top:    20px;
  71.     margin-bottom:    50px;
  72. }
  73.  
  74. /** Fixed layout for nav on mozilla */
  75. head:first-child+body div#header {
  76.     position:    fixed;
  77. }
  78. head:first-child+body div#nav {
  79.     position:    fixed;
  80.     height:        94%
  81. }
  82.