Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <table>
  2. <tr>
  3. <td valign="top"><!-- Navigation --></td>
  4. <td valign="top"><!-- Content --></td>
  5. </tr>
  6. </table>
  7.  
  8. .left { position:absolute; top:0; bottom:0; left:0; width:200px; }
  9. .right { position:absolute; top:0; bottom:0; left:200px; right:0; }
  10.  
  11. <div class="left"><!-- Navigation --></div>
  12. <div class="right"><!-- Content --></div>
  13.  
  14. .more {
  15. background: rgba(0,255,0,.5);
  16. padding:10px;
  17. overflow: auto;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement