[css-d] :: mac/ie5.2 min-height ::

2007-07-24 Thread David Laakso
Of the clickable pages only the "About" page (top left link) is not 
honoring a min-height filter for the header. Where be my error?
login: sg
pass: Q79apM
uri:

css for the "about" page:

Thank you.
~dL


-- 
http://chelseacreekstudio.com/

__
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] :: mac/ie5.2 min-height ::

2007-07-24 Thread Ingo Chao
David Laakso wrote:
> Of the clickable pages only the "About" page (top left link) is not 
> honoring a min-height filter for the header. Where be my error?
> login: sg
> pass: Q79apM
> uri:
> 
> css for the "about" page:
> 
> Thank you.
> ~dL
> 
> 

In the About page, I cannot spot any difference between IEMac5.2 and 
Firefox 2.0.0.5/Mac. While this is exciting, where is the error?

Ingo

-- 
http://www.satzansatz.de/css.html
__
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] :: mac/ie5.2 min-height ::

2007-07-24 Thread David Laakso
Ingo Chao wrote:
> David Laakso wrote:
>> Of the clickable pages only the "About" page (top left link) is not 
>> honoring a min-height filter for the header. Where be my error?
>> login: sg
>> pass: Q79apM
>> uri:
>> 
>> css for the "about" page:
>> 
>> Thank you.
>> ~dL
>>
>>
>
> In the About page, I cannot spot any difference between IEMac5.2 and 
> Firefox 2.0.0.5/Mac. While this is exciting, where is the error?
>
> Ingo
>




This is embarrassing. I see now it is fixed, too. Apparently I wrote 
prior to uploading the correct style sheet for that page. Apology for 
wasting your valuable time!

~d

-- 
http://chelseacreekstudio.com/

__
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] :: mac/ie5.2 min-height ::

2007-07-24 Thread Joe Schmitt
Hi David,

I mistakenly thought that the problem was noticeable when you compared the
"about" page with another one (say Medicine), both in IE 5.2 on the Mac.
I noticed that "CELIAC TODAY" in the banner below the nav is positioned
differently on the two pages, and thought that might have something to do
with it.
I found that the style for the h1 tag is different for the two pages, when I
used the same code for both pages, the text lined up in the same spot on
both pages.
I'm sending the info in case you want both pages to look the same:

In the utility.css file used by the "About" page the h1 block is:
h1 {
color : #eee685;
font-size : 270%;
font-weight : normal;
letter-spacing : -0.03em;
line-height : 0.95;
margin : 10px auto 0 auto;
word-spacing : -1em;
text-align : center;
}

In the common.css file used by the "Medicine" page the h1 block is:
h1 {
color : #eee685;
font-size : 270%;
font-weight : normal;
letter-spacing : -0.03em;
line-height : 0.95;
margin : 0 0 0 8px;
padding-top : 12px;
word-spacing : -1em;
text-align : center;
width : 400px;
}

Be Well,
Joe

- Original Message - 
From: "David Laakso" <[EMAIL PROTECTED]>
To: "Ingo Chao" <[EMAIL PROTECTED]>
Cc: "css discuss" 
Sent: Tuesday, July 24, 2007 1:32 PM
Subject: Re: [css-d] :: mac/ie5.2 min-height ::


> Ingo Chao wrote:
> > David Laakso wrote:
> >> Of the clickable pages only the "About" page (top left link) is not
> >> honoring a min-height filter for the header. Where be my error?
> >> login: sg
> >> pass: Q79apM
> >> uri:
> >> <http://www.chelseacreekstudio.com/ca/celiac/>
> >> css for the "about" page:
> >> <http://www.chelseacreekstudio.com/ca/celiac/ct/css/utility.css>
> >> Thank you.
> >> ~dL
> >>
> >>
> >
> > In the About page, I cannot spot any difference between IEMac5.2 and
> > Firefox 2.0.0.5/Mac. While this is exciting, where is the error?
> >
> > Ingo
> >
>
>
>
>
> This is embarrassing. I see now it is fixed, too. Apparently I wrote
> prior to uploading the correct style sheet for that page. Apology for
> wasting your valuable time!
>
> ~d
>
> -- 
> http://chelseacreekstudio.com/
>
> __
> 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/
>

__
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] :: mac/ie5.2 min-height ::

2007-07-24 Thread David Laakso
Joe Schmitt wrote:
> Hi David,
>
> I mistakenly thought that the problem was noticeable when you compared the
> "about" page with another one (say Medicine), both in IE 5.2 on the Mac.
> {trimmed]
> Joe
>
>
>   
 login: sg
 pass: Q79apM
 uri:
 

 ~dL


 
>>>
>>


The discrepancy in the coding of h1 between the major and minor sets of 
pages is noted and will be corrected.
Thank you for bringing this to my attention.
Best,
~dL





-- 
http://chelseacreekstudio.com/

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