[thelist] IE7 render bug triggered by DHTML

Lee Kowalkowski lee.kowalkowski at googlemail.com
Fri Jan 23 04:24:23 CST 2009


2009/1/23 David Laakso <david at chelseacreekstudio.com>:
> Barney Carroll wrote:
>>
>> Page in question is here:
>>
>> http://wayaheadhypnotherapy.com/conditions_and_treatment
>>
>> Any tips as to how or why this is happening would be much appreciated.
>>
>> Regards,
>> Barney Carroll

> Dunno. Think I'd run the sites documents as (x)html strict rather than html
> proprietary, though...

Not sure that's ever a cause of IE7-specific quirks, as IE7 does
nothing special with XHTML.  As long as you've chosen a DOCTYPE that
triggers the rendering mode you want to work with.

If I take out this:

#html div.x4 {
  *overflow: hidden;
  _overflow: visible;
}

...it works, what on earth is it?

-- 
Lee



More information about the thelist mailing list