Guest User

Untitled

a guest
Jan 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #footer{
  2. position:fixed;
  3. bottom:0;
  4. width:100%
  5. }
  6. #divMain{
  7. overflow-y:auto; // scrollbar will only appear when require
  8. height:500px; // you can adjust this height
  9. }
Add Comment
Please, Sign In to add comment