ThemeShaper Forums » Thematic

Safari 2 rendering error in Comments

(2 posts)
  • Started 2 years ago by marcopolo
  • Latest reply from marcopolo
  • This topic is not resolved
  1. Hey,

    I just spent a puzzling hour trying to track down a rendering bug with Safari 2 and Mac OS X Tiger. My child theme was displaying well, except when comments were opened. When I clicked the link to show comments, the page lost its left margin. Odd behavior.

    Anyway, here's the fix:

    body.singular.safari #wrapper { /* this is a hack for Safari on the Mac */
    width: 692px;
    margin: 10px;
    padding: 8px;
    background: #ffffff;
    }

    Here's the corrected page:
    http://www.pratt-union.org/2006/07/23/stanley-fish-on-academic-freedom-july-23-2006/#comments

    Once again, thanks to Thematic's dynamic body classes, I had an easy way to isolate the problem in CSS.

    Posted 2 years ago #
  2. Spoke too soon. Same problem: When comments are opened, the page shifts left, crushing the left margin. This was only observed on Safari 2/OS X Tiger. Other browsers maintain normal margins when comments are opened.

    Here's the example:
    http://www.pratt-union.org/2006/07/23/stanley-fish-on-academic-freedom-july-23-2006/#comments

    Any ideas?

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.