Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #header {
  2. position: relative;
  3. }
  4.  
  5. #menu {
  6. position: absolute;
  7. right: auto;
  8. left: 0;
  9. bottom: 0;
  10. top: 0;
  11. }
  12.  
  13. #tab {
  14. position: absolute;
  15. overflow: auto;;
  16. right: 0;
  17. bottom: 0;
  18. top: 0;
  19. z-index: 10;
  20. width: 70%
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement