Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <div id="navigation" style="display:none;">
  2. <ul>
  3. <li class="selected step-1">
  4. <a href="#">Step 1</a>
  5. </li>
  6. <li class="step-2">
  7. <a href="#">Step 2</a>
  8. </li>
  9. <li class="step-3">
  10. <a href="#">Step 3</a>
  11. </li>
  12. <li class="step-4">
  13. <a href="#">Step 4</a>
  14. </li>
  15. <li class="step-5">
  16. <a href="#">Finish</a>
  17. </li>
  18.  
  19. </ul>
  20. </div>
  21.  
  22. .checked{
  23. background:transparent url(../images/checked.png) no-repeat top left;
  24. position:absolute;
  25. top:0px;
  26. left:1px;
  27. width:20px;
  28. height:20px;
  29. }
  30. .error{
  31. background:transparent url(../images/error.png) no-repeat top left;
  32. position:absolute;
  33. top:0px;
  34. left:1px;
  35. width:20px;
  36. height:20px;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement