Re: [css-d] 2 spacing questions in IE

2006-09-19 Thread Dave Pierce
Anne Asked:

> This is the URL in question:
> http://www.language-works.com/swimdesign/template-public-4.htm
>
> I've been fiddling with numbers all night and am stymied by the  
> following
> spacing problems:
> (1) I'm trying to eliminate the white space between the masthead  
> graphic and
> the blue drop down menu bar under it.  The top nav is 93px high,  
> and I start
> the blue nav bar at 94
>
> (2) I'm wondering why the leading is not consistent in the quote  
> from the
> WSJ - the first line squishes the lines together more. I played with a
> different sized quote mark and different line-height defs, and got the
> result that the leading between lines 2 and 3 now were inconsistent
> http://www.language-works.com/swimdesign/template-public-4a.htm   
> weird! Line
> height is defined at 34px and the quote graphic is 24px high.

Anne, I don't see the problems you mention, but I see another odd  
behavior in Safari 2.0.4.  No matter how big I make the window...and  
I have a 17" Apple screen...I still see about 1/4" of scrolling space  
on both scroll bars. Just can't open that window up enough to  
eliminate scroll bars.

In Firefox, it's possible to eliminate the vertical scrollbar, but  
the horizontal scrollbar hangs on with about 1/8" of movement.

Not sure why, I'm not that well versed yet in CSS, but I'm sure that  
the real CSS [EMAIL PROTECTED] folks can help.

Dave


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] 2 spacing questions in IE

2006-09-19 Thread ~davidLaakso
Anne E. Shroeder wrote:
> I'm sorry, I neglected to note that the CSS is located at 
> http://www.language-works.com/swimdesign/template-public-4.css
>   
>> This is the URL in question:
>> http://www.language-works.com/swimdesign/template-public-4.htm
>>
>> [...]
>>
>> (2) I'm wondering why the leading is not consistent in the quote from the
>> WSJ - the first line squishes the lines together more. I played with a
>> different sized quote mark and different line-height defs, and got the
>> result that the leading between lines 2 and 3 now were inconsistent
>> http://www.language-works.com/swimdesign/template-public-4a.htm  weird! 
>> Line
>> height is defined at 34px and the quote graphic is 24px high.
>> 
Dunno-- did not look at the page. But your css indicates the fonts are 
frozen in IE, and pixels for line-height yield erratic results cross 
browser.
>>
>> Anne
>> 
Best,
~dL

-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] 2 spacing questions in IE

2006-09-19 Thread Admin at AK
> (2) I'm wondering why the leading is not consistent in the quote from the
> WSJ - the first line squishes the lines together more.

Its fine in FF but IE is uneven.

First: tidy up the source code removing all the unwanted spaces.

Second: put at least one of the graphics as a backgfround iamge to the
paragraph.

Third: See:

http://simon.incutio.com/archive/2003/05/21/stylingBlockquotes

-- 
Marten Gallagher
Annery Kiln Web Design
Delivering Information Effectively
www.annerykiln.co.uk
Web Design and Site Management
Web Hosting and Email Marketing

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] 2 spacing questions in IE

2006-09-19 Thread Admin at AK
> (1) I'm trying to eliminate the white space between the masthead graphic and
> the blue drop down menu bar under it.  The top nav is 93px high, and I start
> the blue nav bar at 94

Try setting image to be:

display:block;
or
display:inline-block;

one of those should do it

See

http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps

-- 
Marten Gallagher
Annery Kiln Web Design
Delivering Information Effectively
www.annerykiln.co.uk
Web Design and Site Management
Web Hosting and Email Marketing

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] 2 spacing questions in IE

2006-09-19 Thread Anne E. Shroeder
I'm sorry, I neglected to note that the CSS is located at 
http://www.language-works.com/swimdesign/template-public-4.css

- Original Message - 
From: "Anne E. Shroeder" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, September 19, 2006 2:36 AM
Subject: [css-d] 2 spacing questions in IE


> This is the URL in question:
> http://www.language-works.com/swimdesign/template-public-4.htm
>
> I've been fiddling with numbers all night and am stymied by the following
> spacing problems:
> (1) I'm trying to eliminate the white space between the masthead graphic 
> and
> the blue drop down menu bar under it.  The top nav is 93px high, and I 
> start
> the blue nav bar at 94
>
> (2) I'm wondering why the leading is not consistent in the quote from the
> WSJ - the first line squishes the lines together more. I played with a
> different sized quote mark and different line-height defs, and got the
> result that the leading between lines 2 and 3 now were inconsistent
> http://www.language-works.com/swimdesign/template-public-4a.htm  weird! 
> Line
> height is defined at 34px and the quote graphic is 24px high.
>
> Any thoughts most appreciated.
>
> Anne

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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-d] 2 spacing questions in IE

2006-09-18 Thread Anne E. Shroeder
This is the URL in question: 
http://www.language-works.com/swimdesign/template-public-4.htm

I've been fiddling with numbers all night and am stymied by the following 
spacing problems:
(1) I'm trying to eliminate the white space between the masthead graphic and 
the blue drop down menu bar under it.  The top nav is 93px high, and I start 
the blue nav bar at 94

(2) I'm wondering why the leading is not consistent in the quote from the 
WSJ - the first line squishes the lines together more. I played with a 
different sized quote mark and different line-height defs, and got the 
result that the leading between lines 2 and 3 now were inconsistent 
http://www.language-works.com/swimdesign/template-public-4a.htm  weird! Line 
height is defined at 34px and the quote graphic is 24px high.

Any thoughts most appreciated.

Anne


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/