Advertisement
Guest User

Slider CSS

a guest
Jun 21st, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.31 KB | None | 0 0
  1. #slider1 {
  2.     display: block;
  3.     height: 250px;
  4.     width:760px;
  5.     z-index: 1;
  6.     background: url('images/slide2.gif') 0 0 no-repeat #ffffff;
  7.     position: absolute;
  8.     top: 0px;
  9.     left: -760px;
  10. }
  11. #slider2 {
  12.     display: block;
  13.     height: 250px;
  14.     width: 760px;
  15.     z-index: 1;
  16.     background: url('images/slide3.gif') 0 0 no-repeat #ffffff;
  17.     position: absolute;
  18.     top: 0px;
  19.     left: -760px;
  20. }
  21. #slider3 {
  22.     display: block;
  23.     height: 250px;
  24.     width: 760px;
  25.     z-index: 1;
  26.     background: url('images/slide4.gif') 0 0 no-repeat #ffffff;
  27.     position: absolute;
  28.     top: 0px;
  29.     left: -760px;
  30. }
  31. #slider4 {
  32.     display: block;
  33.     height: 250px;
  34.     width: 760px;
  35.     z-index: 1;
  36.     background: url('images/slide5.gif') 0 0 no-repeat #ffffff;
  37.     position: absolute;
  38.     top: 0px;
  39.     left: -760px;
  40. }
  41. #slider5 {
  42.     display: block;
  43.     height: 250px;
  44.     width: 760px;
  45.     z-index: 1;
  46.     background: url('images/slide7.gif') 0 0 no-repeat #ffffff;
  47.     position: absolute;
  48.     top: 0px;
  49.     left: -760px;
  50. }
  51. #slider6 {
  52.     display: block;
  53.     height: 250px;
  54.     width: 760px;
  55.     z-index: 1;
  56.     background: url('images/slide8.gif') 0 0 no-repeat #ffffff;
  57.     position: absolute;
  58.     top: 0px;
  59.     left: -760px;
  60. }
  61. #slider7 {
  62.     display: block;
  63.     height: 250px;
  64.     width: 760px;
  65.     z-index: 1;
  66.     background: url('images/slide1.gif') 0 0 no-repeat #ffffff;
  67.     position: absolute;
  68.     top: 0px;
  69.     left: -760px;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement