Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. <style>
  2. #head {
  3. top: 0px;
  4. left: 0px;
  5. height:auto;
  6. background-color:transparent;
  7. padding-top:3px;
  8. padding-bottom:3px;
  9. position:fixed;
  10. z-index:13333333333;
  11. width:100%;
  12. filter:alpha(opacity=80);moz-opacity:.80;opacity:.93;
  13. background-color:#000; <!---- the navi background goes here, leave it blank if you didnt want to use it ----!>
  14.  
  15. }
  16. #t1 {
  17. background-color:transparent;
  18. width: 115px;
  19. text-align: center;
  20. display:inline-block;
  21. font-size: 12px;
  22. letter-spacing:3px;
  23. font-family: consolas;
  24. text-transform: uppercase;
  25. color: #fff; <!---- The Menu colour ----!>
  26. 9px;transition: all 0.5s ease;
  27. }
  28. #t1:hover {
  29. color:#000; <!---- The Menu hover colour ----!>
  30. border-radius: 6px 6px 0px 0px;
  31. 9px;transition: all 0.5s ease;
  32. -o-transition-transition: all 0.5s ease;
  33. -webkit-transition: all 0.5s ease;
  34. -moz-transition: all 0.5s ease;
  35. }
  36. #t1:hover #t2 a:moo{
  37. border-top:0px solid #fff;
  38. }
  39. #t1:hover #t2{
  40. opacity:3;
  41. -webkit-transition-duration:.7s;
  42. overflow:hidden;
  43. background-color:transparent;
  44. z-index:966666666666666666666666666666666666666669;
  45. height:auto;
  46. }
  47. #t2 {
  48. position:absolute;
  49. overflow:hidden;
  50. width: 115px;
  51. height: 0px;
  52. text-transform: uppercase;
  53. line-height: 20px;
  54. font-size: 12px;
  55. font-family: dotum;
  56. padding-top: 3px;
  57. opacity:0;
  58. transition: all 0.5s ease;
  59. -o-transition-transition: all 0.5s ease;
  60. -webkit-transition: all 0.5s ease;
  61. -moz-transition: all 0.5s ease;
  62. }
  63. #t2 a{
  64. background-color:#666;
  65. color: #fff;
  66. text-align:center;
  67. display:block;
  68. text-transform: lowercase;
  69. font-style: italic;
  70. line-height: 20px;
  71. font-family: trebuchet ms;
  72. font-size: 7pt;
  73. transition: all 0.5s ease;
  74. -o-transition-transition: all 0.5s ease;
  75. -webkit-transition: all 0.5s ease;
  76. -moz-transition: all 0.5s ease;
  77. }
  78.  
  79. #t2 a:hover{
  80. text-align: right;
  81. font-family: 'Lora', serif;
  82. font-size: 7pt;
  83. color:#666;
  84. background-color:#f1f1f1;
  85. opacity:100;
  86. transition: all 0.5s ease;
  87. -o-transition-transition: all 0.5s ease;
  88. -webkit-transition: all 0.5s ease;
  89. -moz-transition: all 0.5s ease;
  90. }
  91.  
  92. #izzy {
  93. width:910px;
  94. text-align: center;
  95. margin-right: auto;
  96. margin-left: auto;
  97. }
  98. </style>
  99. <div id="head">
  100. <div id="izzy">
  101. <div id="t1"><a href="#">home</a>
  102.  
  103. <div id="t2">
  104.  
  105. </div>
  106. </div>
  107. <div id="t1">Content
  108. <div id="t2">
  109. <a href='#'>Your Dropdown</a>
  110. <a href='#'>Your Dropdown</a>
  111. <a href='#'>Your Dropdown</a>
  112. <a href='#'>Your Dropdown</a>
  113. </div>
  114. </div>
  115.  
  116. <div id="t1">About
  117. <div id="t2">
  118. <a href='#'>Your Dropdown</a>
  119. <a href='#'>Your Dropdown</a>
  120. <a href='#'>Your Dropdown</a>
  121. <a href='#'>Your Dropdown</a>
  122. </div>
  123. </div>
  124. <div id="t1">Others
  125. <div id="t2">
  126. <a href="javascript:void(0)" onclick="window.open('http://www.blogger.com/follow-blog.g?blogID=Insert Ur Blog ID here','bloggerwindow','width=410,height=500')">follow</a>
  127. <a href="http://blogger.com/">dashboard</a>
  128. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement