Guest User

Untitled

a guest
Oct 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .control {
  2. color: transparent;
  3. cursor: pointer;
  4. display: block;
  5. height: 157px;
  6. position: absolute;
  7. text-indent: -9999px;
  8. width: 39px;
  9. }
  10. #left_control {
  11. top: 0;
  12. left: 0;
  13. background: url(’../images/left.jpg’) no-repeat;
  14. }
  15. #right_control {
  16. top:0;
  17. right:0;
  18. background: url(’../images/right.jpg’) no-repeat;
  19. }
Add Comment
Please, Sign In to add comment