Advertisement
TacticalCode

Bewertung CSS

Dec 21st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. .rating {
  2.     position: relative;
  3. }
  4. .rating div {
  5.     height: 24px;
  6. }
  7. .rating .inactive {
  8.     background: url("/images/8/80/Phones.png") repeat scroll 0 0;
  9.     width: 96px;
  10.     position: absolute;
  11.     top: 0;
  12.     left: 0;
  13. }
  14. .rating .active {
  15.     background: url("/images/8/80/Phones.png") repeat scroll 0 24px;
  16.     position: absolute;
  17.     top: 0;
  18.     left: 0;
  19. }
  20. .rating .width_1 {
  21.     width: 24px;
  22. }
  23. .rating .width_2 {
  24.     width: 48px;
  25. }
  26. .rating .width_3 {
  27.     width: 72px;
  28. }
  29. .rating .width_4 {
  30.     width: 96px;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement