Team:UCLA/anuved verma ucla2014 workspace/CSS

From 2014.igem.org

(Difference between revisions)
Line 474: Line 474:
     position: relative;
     position: relative;
     background-color:red;
     background-color:red;
 +
    top: -200px;   
     left: 0px;
     left: 0px;
     width: 50px;
     width: 50px;
     height: 100%;
     height: 100%;
-
     z-index: 1;
+
     z-index: 2;
}
}
.slider .slider_right{
.slider .slider_right{
     position: relative;
     position: relative;
     background-color:red;
     background-color:red;
-
     top: -200px;
+
     top: -400px;
     left: 450px;
     left: 450px;
     width: 50px;
     width: 50px;
     height: 100%;
     height: 100%;
-
     z-index: 1;
+
     z-index: 2;
}
}

Revision as of 06:47, 20 September 2014