Team:Hong Kong HKU/templates/null

From 2013.igem.org

(Difference between revisions)
Line 42: Line 42:
       z-index: 2;
       z-index: 2;
       }
       }
 +
.background
 +
  {
 +
      position:absolute;
 +
      top:0px;
 +
      left:0px;
 +
      width:100%;
 +
      height:100%;
 +
      background-color:Black;
 +
      z-index:1;
 +
      /* These three lines are for transparency in all browsers. */
 +
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 +
      filter: alpha(opacity=50);
 +
      opacity:.5;
 +
  }
       body {
       body {
       background-image:url('https://static.igem.org/mediawiki/igem.org/3/3d/Hkudothingsonamicroscalelogo.jpg');
       background-image:url('https://static.igem.org/mediawiki/igem.org/3/3d/Hkudothingsonamicroscalelogo.jpg');
Line 108: Line 122:
</div>
</div>
 +
<div class="background"></div>
<html>
<html>
</body>
</body>

Revision as of 15:57, 28 August 2013