Sure, it's only the layout right now, but still. All divs, no tables.
Aside from a small problem that appears in ie 5.5 (typo that i'll fix when i get home), it looks good too.
(2 hours work getting the css right: http://www.webwerks.ca/index2.htm ... its in progress.)
Code: Select all
<div id="contentwrapper">
<div id="content">
<div id="logo">
<img src="images/webwerks_blue_noblur.gif">
</div>
<div id="thingy">
test
</div>
<div id="mainwrapper">
<div id="global-navigation">
<a href="index.php" title="home">home</a>
<span class="hide"> | </span>
<a href="mission.php" title="mission">mission</a>
<span class="hide"> | </span>
<a href="services.php" title="services">services</a>
<span class="hide"> | </span>
<a href="partners.php" title="partners">partners</a>
<span class="hide"> | </span>
<a href="contact.php" title="contact">contact</a>
<span class="hide"> | </span>
</div>
<div id="mainbody">
this is where stuff goes
</div>
</div>
<div id="footer">
the footer
</div>
</div>
</div>(oh yeah, it scales down gracefully to *basically* plain text for netscape 4 and any browser that cant handle css well).