Advertisement
Guest User

Untitled

a guest
May 30th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. .foo {
  2. position: fixed; top: 0; left: 0; z-index:999;
  3. }
  4.  
  5. .bar {
  6. position: fixed; top: 0; right: 0; z-index:999;
  7. }
  8.  
  9. position:absolute;
  10. top:0;
  11. right:0;
  12.  
  13. .bar {
  14. position: fixed; top: 0; right: 0; z-index:999;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement