Gregor Kofler <usenet (AT) gregorkofler (DOT) com> writes:
Quote:
http://web.gregorkofler.com/?page=xhr
Now if one visits this site with IE6 (and perhaps 7, haven't checked that
yet), the accordion area is a white emptiness.
The basic markup is simple:
div |
Setting
zoom: 1;
for this element fixes that (you can defeat most of IE’s quirks by
indirectly setting the internal hasLayout value to true for the
troublesome element objects; using zoom does this without further side
effects).
Quote:
h2>...</h2
div>...</div
h2>...</h2
div>...</div
/div |