Re: [css-d] site check please, picture links added

2007-04-15 Thread Peter Hyde-Smith
http://test.fatpawdesign.com/

Sorry about lack of clarity regarding problem. Above URL links to page with 
picture links that show what I mean.

Cheers,

Peter

- Original Message - 
From: "Peter Hyde-Smith" <[EMAIL PROTECTED]>
Subject: [css-d] site check please,need help with lower nav in header in 
IE7/WIN XP


> http://test.fatpawdesign.com/purm/purm.aminepolyols.html
> http://test.fatpawdesign.com/purm/purmbaseformatcss.css
> http://test.fatpawdesign.com/purm/purmpagecss.css
>
> In FF and Opera in Win XP; and in FF, Opera, and IE6 in Win2K the
> h3.titlerow clears the floated dl#pagenav above it, so the blue background
> of it and the blue background of the a.youarehere nav tab appear as a 
> unit,
> and the rest of the dl#pagenav shows the #111 background behind it. In IE7
> in Win XP the h3.titlerow does not clear the floated dl#pagenav. Its 
> height
> seems to extend to the bottom of the Raw Material Guide - Polyols
> above, and its blue background shows through dl#pagenav. Any suggestions? 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] site check please, picture links added

2007-04-15 Thread Gunlaug Sørtun
Peter Hyde-Smith wrote:
> http://test.fatpawdesign.com/

> Above URL links to page with picture links that show what I mean.

I suggest you add a 'hasLayout' trigger...
#pageheader {height: 100%;}
...but I can't check if that'll make IE7 clear properly.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] site check please, picture links added

2007-04-15 Thread Peter Hyde-Smith
- Original Message - 
From: "Gunlaug Sørtun" <[EMAIL PROTECTED]>
To: "Peter Hyde-Smith" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 15, 2007 11:35 AM
Subject: Re: [css-d] site check please, picture links added


> Peter Hyde-Smith wrote:
>> http://test.fatpawdesign.com/
>
>> Above URL links to page with picture links that show what I mean.
>
> I suggest you add a 'hasLayout' trigger...
> #pageheader {height: 100%;}
> ...but I can't check if that'll make IE7 clear properly.
>
> regards
> Georg
> -- 
> http://www.gunlaug.no

Georg:

Thanks. That did it.

Ever tempted to put at the begining of the CSS declarations,

*{height: 100%;}

 :-)

Cheers,

Peter


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] site check please, picture links added

2007-04-15 Thread Gunlaug Sørtun
Peter Hyde-Smith wrote:
> Ever tempted to put at the begining of the CSS declarations,
> 
> *{height: 100%;}

'hasLayout' is not a cure - it's _the_ disease, so I would only try that 
in cases where IE works flawless and I'm really, really, bored ;-)

Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/