Brooke Nelson wrote:
> Hello everyone. I have having a problem with line-height in Firefox vs. IE.
>
> I have set the line height at 1.5em for everything in this page. It
> views correctly in Firefox, but in IE the line height appears to be
> 1em for everything in the family tree box (the page is a family tree
> chart). Since the majority of people will be viewing this in IE, I am
> concerned, because with the lines so close together, it makes it a lot
> more difficult to read. Any ideas as to what is causing this?
>
> Here is the site (CSS is in the head):
>
> http://brookenelson.com/genealogy/cheveriedescendants.html
>
> Thanks in advance
> Brooke
>   





It may be the combination of px for font-size and em for line-height.
FWIW, re-setting the body to:
 body {font: 100%/1.5 verdana, sans-serif;}
and deleting /all/ instances of font-size: 11px;
and /all/ instances of line-height: 1.5em
makes it readable in all browsers /and/ scalable, as well, for your 
primary target browser, IE.

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/

Reply via email to