>>Can you think of a way to work around this problem?

Doesn't seem to work. The text is still offset in these
documents:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/strict.dtd";>
<html>
   <body>
     <div></div>
     <div style="position: absolute; left: 0px; top: 0px;"></div>
     <p>test</p>
   </body>
<html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/strict.dtd";>
<html>
   <body>
     <div style="margin:0; padding:0; border:0 display:none"></div>
     <div style="position: absolute; left: 0px; top: 0px;"></div>
     <p>test</p>
   </body>
<html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/strict.dtd";>
<html>
   <body>
     <div style="margin:0; padding:0; border:0 display:none">
       <div style="position: absolute; left: 0px; top: 0px;"></div>
     </div>
     <p>test</p>
   </body>
<html>



Reply via email to