David Laakso wrote:
> David Laakso wrote:
>> Peggy Coats wrote:
>>> IE7 doesn't seem to want to display the full background image in my
>>> #nav div on this draft page:
>>>
>>> I revised the CSS to adjust the height of the #header (which contains
>>> the #nav div) and remove the #header background image with the result
>>> that it displays fine in IE7 but has a bottom white space of appx
>>> 117px in other browsers:
>>> http://www.ambientglow.com/garage/rare/web/web/sample-home1.html
>>>
>>> Peg
>>>
>>
>> #outerWrapper #header {
>> height: 286px; <----------------- :: re-set from 403 to 286 ::
>> }
>>
>> Best,
>> ~dL
>>
>
> Oh, my. My bad. That will never do. You're going to need a pro to fix 
> that one.
>
> Regards,
> ~dL
>



I'm having a bad evening.
Not declaring a height seems to work in IE6, IE7, and FF on this end.
#outerWrapper #header {
height: 403px; <----------------- :: comment out or delete ::
}













-- 
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