Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <div style="width:100%">
  2. <div style="float:left; background:#f5f5f5; border-right:1px solid black; height:170%; width:120px;"></div>
  3. <div style="margin-right:2px;margin-top:15px; margin-bottom:5px; width:100%; border:1px solid #f5f5f5"></div>
  4. </div>
  5.  
  6. .container {
  7. width: 1024px;
  8. display: block;
  9. }
  10.  
  11. #containing_div {
  12. width: 200px;
  13. overflow: auto;
  14. }
  15.  
  16. #container {
  17. min-width: 1000px;
  18. _width: 1000px; /* This property is only read by IE6, which gives a fixed width */
  19. }
  20.  
  21. <div id="container" style="width:100%">
  22. <div id="primaryNav" style="float:left; width:150px; background-color: Orange">someNav</div>
  23. <div id="content" style="margin-left: 10px; background-color: Red; overflow: auto;">
  24. loadsOfSuperInterestingContentI'mSuperSerious<br/>
  25. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  26. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  27. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  28. Seriously
  29. </div>
  30. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement