×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: petecocoon
Added: Feb 10, 2012 8:00 AM
Views: 1599
Tags: div html inside
  1. <body style="background-color: black;">
  2.         <div style="width:800px; height: 600px; overflow:auto;">
  3.                 <div style="width:8000px; height: 5000px; background-color: white;">
  4.                 Content
  5.                 </div>
  6.         </div>
  7. </body>
  8. </html>