Dave Pierce wrote:
> ... But the text in
> http://lorettosedgwick.org/pages/aboutus.html and 
> http://lorettosedgwick.org/pages/sedgwicklife.html is cut off on the 
> left about 2 or 3 letters ...

font-size: small ... If only MS had constructed some nasty bugs around 
too small font settings.

The bug you are experiencing is unrelated to this. The wrapper for all 
that paragraphs that are creeping [1] to the left has a padding-bottom 
and a margin-left set.

.friends {
   ...
   padding-bottom: 6px;
   border-left: 1em solid #ffeab8;
   ...
  }

The fix is to avoid this combo or to add haslayout [2].

Ingo

[1] http://positioniseverything.net/explorer/creep.html
[2] http://www.satzansatz.de/cssd/onhavinglayout.html


-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to