I've just spent a little time playing with Drew's code and put boxes
around the classes to see how things line up. If you add margins and
paddings while viewing the output in Mozilla and IE, it's easy to see how
they differ.

Drew (or actually anyone) - do you use CSS for creating calendars rather
than tables? I create a few calendars every month at work and tables are
quick and dirty, but it would be fun to try something new :^).

Scott

Drew's code with boxes:
<html>
<head>
<title>table replacement?</title>
   <style type="text/css">
         .nav{float:left; width:20%; border: 1px dashed;}
         .main{float:left; width:77%; border: 1px solid black;}
         .dual{float:left; width:48%; border: 1px blue solid;}
         .next{clear:both;}
   </style>
</head>

<body>
   <div class="nav">
      navigation<br />
      more nav<br />
   </div>
   <div class="main">Introduction
      <div class="dual">Left column</div>
      <div class="dual">Right column</div>
   </div>
   
   <div class="next">next</div>
   
   <div class="nav2">navigation2</div>
   <div class="main2">Introduction2
      <div class="dual2">Left column2</div>
      <div class="dual2">Right column2</div>
   </div>

</body>
</html>

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to