No. The container div doesn't even need any rules. It just needs to be there or the float properties won't work and the divs will stack up one on top of each other..
Code:
<html>
<head>
<title>Em Magazine | May 07 Issue 3</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel='stylesheet' type='text/css' media='all' href='http://emmagonline.com/emcore/index.php?css=may2007/site_css' />
<style type='text/css' media='screen'>@import "http://emmagonline.com/emcore/index.php?css=may2007/site_css";</style>
<style>
#sidebar {
position: relative;
float: left;
margin-left: 5px;
padding: 10px 10px 15px 15px;
width: 177px;
text-align: left;
}
#content {
position: relative;
float: left;
width: 177px;
text-align: left;
}
</style>
</head>
<body>
<table id="Table_01" align="center" width="780" height="auto" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../emcore/themes/site_themes/may2007/may_01.gif" alt="" width="779" height="85" border="0" usemap="#Map"></td>
<tr>
<td><img src="../emcore/themes/site_themes/may2007/may_02.jpg" width="779" height="161" alt=""></td>
</tr>
<tr>
<td style="background-image:url(../emcore/themes/site_themes/may2007/may_03.gif)" width="779" height="auto" alt=""
<div id="container">
<div id="sidebar"><!-- LEFT SIDE START HERE -->
<FONT SIZE= "+1"><i>em magazine</i> is the lifestyle magazine for creative and intelligent<br> Emerson students.</FONT>
<img src="photos/advertise.jpg" ><br><br>
<b><span class=main>Mailing List</span></b><p>
<form action="newsletter.php" method="post">
Name: <br><input type="text" name="name" size="20"><p>
Email : <br><input type="text" name="email" size="20"><p>
<input type="submit" value="Submit">
</form>
<p><br><br>
<A HREF="http://www.emmagonline.com/launchparty.php"><FONT SIZE="+2"><b> Click Here for Launch Party Photos</b></FONT></A>
<p><br>
<A HREF="http://media.www.jsons.org/media/storage/paper139/news/2007/01/31/EmersonNews/Em.Magazine.To.Offer.Emerson.New.Outlet.For.Ideas.Contributors-2703782.shtml"<b> Click Here to read an article about us</b></A><br><br><br>
<a href= "contact.php"> Interested in Working for <br><i> em magazine </i>? Or just want to show your support? Contact Us! </A><P><P><Br>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=156712208&MyToken=f6f63b83-f7e6-4d0d-9c35-71cfd22f36af"> Be our MySpace Friend!</A><P><P><Br>
<a href="index.php">back to index</a>
<!-- LEFT SIDE ENDS HERE -->
</div>
<div id="content">this is content yadayada</div>
</div>
</TD>
<TD COLSPAN=9 style="background-image:url(images/images/right_bg.jpg)" class=righttable>
</td>
</tr>
<tr>
<td colspan="2"><img src="../emcore/themes/site_themes/may2007/may_04.gif" width="780" height="65" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
<map name="Map">
<area shape="rect" coords="16,69,96,86" href="http://emmagonline.com/emcore/index.php">
<area shape="rect" coords="105,62,185,79" href="http://emmagonline.com/emcore/index.php/may2007/editors_note.php/">
<area shape="rect" coords="194,65,246,82" href="http://emmagonline.com/emcore/index.php/may2007/features.php/">
<area shape="rect" coords="254,64,306,81" href="http://emmagonline.com/emcore/index.php/may2007/emerson.php/">
<area shape="rect" coords="312,62,352,79" href="http://emmagonline.com/emcore/index.php/may2007/looks.php/">
<area shape="rect" coords="357,65,443,80" href="http://emmagonline.com/emcore/index.php/may2007/entertainment.php/">
<area shape="rect" coords="452,65,538,80" href="http://emmagonline.com/emcore/index.php/may2007/relationships.php/">
<area shape="rect" coords="540,66,599,79" href="http://emmagonline.com/emcore/index.php/may2007/media_kit.php/">
<area shape="rect" coords="604,66,659,80" href="http://emmagonline.com/emcore/index.php/may2007/archives.php/">
<area shape="rect" coords="664,67,698,85" href="http://emmagonline.com/emcore/index.php/may2007/staff.php/">
<area shape="rect" coords="708,67,770,82" href="http://emmagonline.com/emcore/index.php/may2007/contact_us.php/">
</map>
</body>
</html>
Bookmarks