More information about the Underscore mailing list

[_] specific IE6 css issue

Tim Beadle tim.beadle at gmail.com
Mon Oct 15 12:08:10 BST 2007

On 15/10/2007, s'unya <sunya.dickman at gmail.com> wrote:
> Hi Tim,
> the following site is under construction, so a little sparse, but the blue
> bar of the menu should line up and meet the same by the logo:
> www.thesupercarclub.com/magazine/

Mmm. The only difference between IE6 and Firefox that I can see is the
green background image on the right-hand panel isn't displaying fully
in IE6. Perhaps an issue related to hasLayout?

Try div { zoom: 1; }  in your CSS to ensure all divs have layout.

Tim