Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #sidebar.affix-top {
  2. position: static;
  3. margin-top:30px;
  4. width:228px;
  5. }
  6.  
  7. #sidebar.affix {
  8. position: fixed;
  9. top:70px;
  10. width:228px;
  11. }
  12.  
  13. $(function(){
  14. $('.block').affix();
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement