On Feb 16, 7:23 pm, Gabriel Fouasnon <
g...@disqus.com> wrote:
> @danofweaver
> The problem with these sites in IE 9 is that they are rendering in
> Quirks mode. Open the developer tools (F12) in IE 9, open the
> "Document Mode" menu drop down, switch to IE 9 Standards mode, and
> then it should look fine.
>
> My suspicion is that it has to do with the box-sizing CSS rule. In
> Quirks mode, IE uses box-sizing: border-box; in standards mode, it
> uses box-sizing: content-box. If you have to use IE 9 a lot, maybe
> you'll want to override this behavior in a personal stylesheet. If you
> wanted to target Disqus, try #disqus_thread * { box-sizing: content-
> box }.
>
> Hope that helps,
> Gabriel
>
> On Feb 16, 1:35 am, danofweaver <
danofwea...@googlemail.com> wrote:
>
>
>
>
>
>
>
> > Still unsolved. Anyone any ideas?
>
> > On Feb 13, 8:16 am, danofweaver <
danofwea...@googlemail.com> wrote:
>