Team:Hong Kong HKU/templates/null

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
     <style type="text/css">
     <style type="text/css">
 +
.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=30)";
 +
      filter: alpha(opacity=30);
 +
      opacity:.3;
 +
  }
     /* Compulsory IDs ***********************************************************/
     /* Compulsory IDs ***********************************************************/
       #catlinks {
       #catlinks {
Line 42: Line 56:
       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 {
        
        

Revision as of 15:59, 28 August 2013