User:Meagan/Image Slider

From 2010.igem.org

(Difference between revisions)
Line 73: Line 73:
float: left;
float: left;
position: relative;
position: relative;
 +
border: 2px solid black;
 +
width: 960px;
}
}
/*--Window/Masking Styles--*/
/*--Window/Masking Styles--*/
.window {
.window {
-
height:286px; width: 790px;
+
height:286px; width: 690px;
overflow: hidden; /*--Hides anything outside of the set width/height--*/
overflow: hidden; /*--Hides anything outside of the set width/height--*/
position: relative;
position: relative;
Line 89: Line 91:
.paging {
.paging {
position: absolute;
position: absolute;
-
bottom: 40px; right: -7px;
+
bottom: 10px; right: 357px;
width: 178px; height:47px;
width: 178px; height:47px;
z-index: 100; /*--Assures the paging stays on the top layer--*/
z-index: 100; /*--Assures the paging stays on the top layer--*/

Revision as of 18:16, 7 July 2010

1 2 3 4