<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
On Thu, 2010-05-27 at 11:12 -0400, Michael A. Puls II wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Off topic (but I couldn't find any contact info on the site)

Could someone please fix <<A HREF="http://www.webmproject.org/">http://www.webmproject.org/</A>>? The left side of  
the page is inaccessible at < 1024 x 768 (800 x 600 for example), which  
makes the site unusable.

(It has to be some common css that Google uses on their sites as the same  
problem happens on Vemo-branded pages on youtube)

Thanks

</PRE>
</BLOCKQUOTE>
<BR>
It looks like it's using the old (and pretty buggy) hack of using negative margins and absolute positioning of 50% to align the site in the middle, and like you've seen, it breaks very easily.<BR>
<BR>
Can be fixed by removing the positioning and margin and replacing it with margin: auto;<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Thanks,<BR>
Ash<BR>
<A HREF="http://www.ashleysheridan.co.uk">http://www.ashleysheridan.co.uk</A><BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>