EduardET

slide part 1

Jan 4th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. .slideshow-controller li.first a {
  2.     background-image: url(../images/controller-first.gif);
  3.     left: 33px;
  4.     width: 19px;
  5. }
  6. .slideshow-controller li.last a {
  7.     background-image: url(../images/controller-last.gif);
  8.     left: 186px;
  9.     width: 19px;
  10. }
  11. .slideshow-controller li.next a {
  12.     background-image: url(../images/controller-next.gif);
  13.     left: 145px;
  14.     width: 28px;
  15. }
  16. .slideshow-controller li.pause a {
  17.     background-image: url(../images/controller-pause.gif);
  18.     left: 109px;
  19.     width: 20px;
  20. }
  21. .slideshow-controller li.prev a {
  22.     background-image: url(../images/controller-prev.gif);
  23.     left: 65px;
  24.     width: 28px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment