Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <div class="pageSlider">
  2. <a href="#lounge" class="active">Visitor's Lounge</a>
  3. <a href="#streams">News Stream</a>
  4. <a class="slide-button"></a>
  5. </div>
  6.  
  7. .pageSlider {
  8. margin: 15px auto !important;
  9. font-size: 1.2em;
  10. white-space: nowrap;
  11. height: 35px;
  12. }
  13. .pageSlider a[href] {
  14. display: inline-block;
  15. text-align: center;
  16. text-decoration: none;
  17.  
  18. z-index: 2;
  19. }
  20. .pageSlider a[href].active {
  21. color: #000;
  22. }
  23. .pageSlider .slide-button {
  24. background-color: #cccc00;
  25. position: relative;
  26. top: -35px;
  27. display: inline-block;
  28. height: 35px;
  29. padding: 0;
  30. float: left;
  31. height: inherit;
  32.  
  33. z-index: 1;
  34. }
  35.  
  36. position:relative;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement