zaincumsthemes

Hover Description Tutorial

Dec 8th, 2013
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <-------paste what's below above the # sidebar--------->
  2. #sidebar:hover #description {
  3.  
  4. opacity:.8;
  5. -webkit-transition: all 0.5s ease-out;
  6. -moz-transition: all 0.5s ease-out;
  7. transition: all 0.5s ease-out;
  8.  
  9. }
  10.  
  11. <-------paste this in #description or what ever it is for you------>
  12. z-index:999999999999999;
  13. color:#696969;
  14. background-color:#fff;
  15. overflow:auto; <-----this is the scrollbar if you dont want it delete it---->
  16. -webkit-transition: all 0.5s ease-out;
  17. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
Add Comment
Please, Sign In to add comment