Team:Warwick/splashScreen

From 2014.igem.org

(Difference between revisions)
 
Line 17: Line 17:
       <!--Inline CSS stylesheet-->
       <!--Inline CSS stylesheet-->
       <style type="text/css">
       <style type="text/css">
-
 
-
        img {
 
-
            display: block;
 
-
            clear:none;
 
-
        }
 
         #pageWrapper {
         #pageWrapper {
Line 28: Line 23:
         .imgOn img {
         .imgOn img {
-
             position: absolute;
+
             position:absolute;
 +
            top: 25px;
 +
            left: 25px;
 +
            z-index: 1;
         }
         }
         .imgOff img {
         .imgOff img {
-
             position: relative;
+
             position:absolute;
-
             top: -100px;
+
             top: 25px;
 +
            left: 25px;
 +
            z-index: 3;
         }
         }
          
          

Latest revision as of 16:08, 25 August 2014