e-law-ise

Update1 hovercode

May 8th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #wholeupdatecontainer:hover #box{
  2. opacity:.8;
  3. -webkit-transition: all 0.5s ease-in-out;
  4. -moz-transition: all 0.5s ease-in-out;
  5. -o-transition: all 0.5s ease-in-out;
  6. }
  7. #wholeupdatecontainer{
  8. left:8px;
  9. top:8px;
  10. width:200px;
  11. height:200px;
  12. position:fixed;
  13. z-index:99999999999999999999999999999999;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment