I was having an issue with IE throwing my center and right columns down below 
the l/h nav. Would the height not be the initial cause?

Just curious.

Learning as I go along.

Thanks
Eric


--- On Fri, 6/6/08, David Laakso <[EMAIL PROTECTED]> wrote:
From: David Laakso <[EMAIL PROTECTED]>
Subject: Re: [css-d] IE 6 Showing Character that should be hidden?
To: [EMAIL PROTECTED]
Cc: [email protected]
Date: Friday, June 6, 2008, 11:31 AM

Eric Heitz wrote:
> Got it.
>
>
> Need another review of the layout in IE 6 to see if it works.
>
> http://www.kucia.com/bcs/BC_Surgical_08/insights/index.html
>
>
>
> Eric
>
>   


It is close enough in IE/6. For those users in IE/6 & IE/7 who ignore 
your frozen-fonts, using pixel line-height is not a good idea. Opera has 
trouble with px line-height, too. A raw number works better (no unit of 
measure). Deleting the height on the below selector will keep the column 
text from shooting out the bottom of the footer when the fonts are 
scaled in compliant browsers.

#leftcolumn {
 /*height: 622px;*/
}
______________________________________________________________________
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