Advertisement
S4mantha

Hover down menu part 1

Oct 18th, 2012
2,635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. #hellobeaut {
  2. text-align: center;
  3. font-size: 11px;
  4. position:fixed;
  5. left:1px;
  6. top:-111px;
  7. -webkit-transition: all .5s ease-in-out;
  8. -moz-transition: all .5s ease-in-out;
  9. -o-transition: all .5s ease-in-out;
  10. z-index:999;
  11. }
  12.  
  13. #hellobeaut:hover {top:0px;}
  14.  
  15. #hibeaut {
  16. border-right-style:dashed;
  17. border-bottom-style:dashed;
  18. border-left-style:dashed;
  19. border-width:2px;
  20. border-color:#000000;
  21. padding: 5px 0 5px 0;
  22. background: #fff;
  23. width:175px;
  24. height:100px;
  25. border-bottom-right-radius: 5px;
  26. -moz-border-radius-bottomright: 5px;
  27. -webkit-border-bottom-right-radius: 5px;
  28. z-index: 9999;
  29. }
  30.  
  31. #yoyoyofam{
  32. border-top-style:none;
  33. border-right-style:dashed;
  34. border-bottom-style:dashed;
  35. border-left-style:dashed;
  36. border-width:2px;
  37. border-color:#000000;
  38. text-align: center;
  39. height:11px;
  40. padding: 2px 0 8px 0;
  41. background:#fff;
  42. border-bottom-left-radius: 5px;
  43. -moz-border-radius-bottomleft: 5px;
  44. -webkit-border-bottom-left-radius: 5px;
  45. border-bottom-right-radius: 5px;
  46. -moz-border-radius-bottomright: 5px;
  47. -webkit-border-bottom-right-radius: 5px;
  48. width: 175px;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement