Rick Pasotto wrote:
Does IE8 work differently on different versions of Windows?

My site ( http://d37tm.org ) doubles the height of the header -- at
least on IE8 on XP. I see it in browsershots.com (I think you can see
the results at http://browsershots.org/http://d37tm.org/ )

The css is:

#hdr0 {
    position: relative;
    height: 140px;
    background: url(../images/D37-Full-Header-LessBadge.gif) no-repeat;
}

I don't see the doubling anywhere else and I'm stumped.

BTW, this is a testing URL and will go away in a day or two.







Try:
#header { height : 140px;  overflow : hidden; }
It needs a height and I think the overflow:hidden; encloses all that stuff and -- I guess [?] -- establishes a "block formating context."

Best,
~d





--
:: desktop and mobile ::
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to