Advertisement
gehaddx

Add Tab - CSS

Aug 21st, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #tabcode6{
  2. margin-bottom:5px;
  3. border-top: 8px solid transparent;
  4. border-left: 10px solid {color:tabcolor6};
  5. border-bottom: 8px solid transparent;
  6. width:120px;
  7. padding-left:4px;
  8. height:0px;
  9. text-align:left;
  10. overflow:hidden;
  11. text-transform:uppercase;
  12. background-color:transparent;
  13. letter-spacing:1px;
  14. font-size;8px;
  15. line-height:13px;
  16. z-index:0;
  17. -webkit-transition: all 0.7s ease-in-out;
  18. -moz-transition: all 0.7s ease-in-out;
  19. -o-transition: all 0.7s ease-in-out;}
  20.  
  21. #tabcode6:hover{
  22. height:117px; /*--change according to the height of your updates--*/
  23. border-top: 0px solid transparent;
  24. border-left: 10px solid {color:tabcolor6};
  25. border-bottom: 0px solid transparent;
  26. -webkit-transition: all 0.7s ease-in-out;
  27. -moz-transition: all 0.7s ease-in-out;
  28. -o-transition: all 0.7s ease-in-out;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement