Guest User

Untitled

a guest
Jun 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #header2 {
  2. height: 2.5em;
  3. border-bottom: 1px dashed #0055a5;
  4. color: #FFF;
  5. background-color: white;
  6. }
  7.  
  8. #header2 .browse {
  9. color: #000000;
  10. background-color: transparent;
  11. float: left;
  12. margin-left: 1em;
  13. margin-top: .1em;
  14. font-weight:bold;
  15. font-style: normal;
  16. font-variant: normal;
  17. font-size: 70%;
  18. line-height: normal;
  19. font-family: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
  20. width: 144px;
  21. position: fixed;
  22. }
  23.  
  24. #navigation
  25. {
  26. background-color: white;
  27. width: 200px;
  28. height:100%;
  29. top: 105px;
  30. left: 0em;
  31. width: 13em;
  32. position: absolute;
  33. font-family: Arial, Helvetica, sans-serif;
  34. font-size:90%;
  35. }
  36.  
  37. position:relative;z-index:100;
Add Comment
Please, Sign In to add comment