Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. #nav {
  2.     background: url(images/bg_nav.jpg) repeat-y right;
  3. /*  padding-left: 14px; */
  4.     position: relative;  
  5.     width: 282px;
  6.     height: 28px;
  7.     margin-left: -9px;
  8.     margin-right: -8px;
  9. }
  10.  
  11. #nav{
  12.   width: 828px; margin: auto; height: 40px;
  13. }
  14.  
  15. #nav .ul li:hover ul { display: block; }
  16. #nav .ul-topnav{
  17.   list-style-type: none; float: left; border-left: 1px solid #fff; border-right: 1px solid #fff; height: 40px;
  18. }
  19. #nav .ul-topnav li{
  20.   float: left; display: inline; line-height: 40px; text-align: center; border-left: 1px solid #fff; border-right: 1px solid #fff; width: 80px;
  21. }
  22. #nav .ul-topnav li a{
  23.   color: #345288; font-weight: bold; display: block; padding: 0px 12px;
  24. }
  25. #nav .ul-topnav li a:hover{
  26.   color: #fff; font-weight: bold; display: block; padding: 0px 12px; background-color: #A6C557;
  27. }
  28.  
  29. #nav .ul-topnav-1{
  30.   width: 160px; position: absolute; border: 0 none; display: none;
  31. }
  32. #nav .ul-topnav-1 li{
  33.   background-color: #E3ECCB; line-height: 35px; border: 0 none; width: 160px; text-align: left;
  34. }
  35. #nav .ul-topnav-1 li a{
  36.   color: #345288; font-weight: bold; display: block; padding: 0px 12px;
  37. }
  38. #nav .ul-topnav-1 li a:hover{
  39.   color: #fff; font-weight: bold; display: block; padding: 0px 12px; background-color: #A6C557;
  40. }
  41.  
  42. #nav .ul-topnav-2{
  43.   width: 160px; position: absolute; border: 0 none; margin-top: -25px; margin-left: 140px; border: 1px solid #C4CBAF; display: none;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement