Forum Moderators: not2easy
<div id="body">
<div id="leftContent">
<!-- This is the content not showing -->
<div id="leftContentBox">Content</div>
<div id="leftContentBox">Content</div>
</div>
<div id="rightContent">
<!-- This is a menu that shows perfectly -->
</div>
</div>
Here's the CSS codes for the boxes:
#body { width: 800px; height: 840px; background: #ffffff; margin-right: auto; margin-left: auto; position: relative; top: 0px; border-right: 1px solid #999999; border-left: 1px solid #999999; }
#leftContent { float: left; width: 550px; height: auto; padding: 20px; position: relative }
#rightContent { float: right; width: 170px; height: auto; padding: 10px; position: relative }
#leftContentBox { width: 550px; }