Jump to content

cmw0ng

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by cmw0ng

  1. Try this :)
    <html><head><style type='text/css'>   html, body {height: 100%; margin: 0}   #content {width: 100%; height: 100%}   #left {width: 100px; height: 100%; float: left; background-color: red}   #right {margin-left: 100px; height: 100%; background-color: green}</style></head><body><div id='content'>   <div id='left'>Testing</div>   <div id='right'>Testing</div></div></body></html>

    Thank you so much!! Works well! :)
×
×
  • Create New...