Team:University College London/css/team

From 2012.igem.org

(Difference between revisions)
(Created page with "#teampin1{ position:absolute; z-index:3; top: 255px; left: 611px; width:25px; height:24px; background-image:url('https://2012.igem.org/wi...")
Line 2: Line 2:
       position:absolute;
       position:absolute;
       z-index:3;
       z-index:3;
-
      top: 255px;
+
top: 98px;
-
      left: 611px;
+
left: 850px;
       width:25px;
       width:25px;
       height:24px;
       height:24px;
Line 12: Line 12:
       position:absolute;
       position:absolute;
       z-index:2;
       z-index:2;
-
      top: 255px;
+
top: 98px;
-
      left: 611px;
+
left: 850px;
       width:25px;
       width:25px;
       height:24px;
       height:24px;
       background-image:url('https://static.igem.org/mediawiki/2012/4/4a/Ucl2012-frontslide-pin2-shadow.png');
       background-image:url('https://static.igem.org/mediawiki/2012/4/4a/Ucl2012-frontslide-pin2-shadow.png');
}
}

Revision as of 15:11, 4 August 2012

  1. teampin1{
     position:absolute;
     z-index:3;

top: 98px; left: 850px;

     width:25px;
     height:24px;
     background-image:url('https://static.igem.org/mediawiki/2012/c/c0/Ucl2012-frontslide-pin2.png');

}

  1. teampin1shadow{
     position:absolute;
     z-index:2;

top: 98px; left: 850px;

     width:25px;
     height:24px;
     background-image:url('https://static.igem.org/mediawiki/2012/4/4a/Ucl2012-frontslide-pin2-shadow.png');

}