Simon Kittle wrote: > I can take the same HTML snippet into a brand new HTML document and it works > fine. The problem is the same in IE and FF - I know it is my code. If I > set line-height: 1em; for example, in a blank HTML document then I get this > same effect. But I've done global searches on all my code, html, and css > and I've only got about 2 uses of line-height in the whole site.
If any uses of line-height are specified in em or % or px you are asking for the trouble you describe. Remove "em" from your line-height rule and you'll likely see the problem disappear. See: http://members.ij.net/mrmazda/auth/line-height-inherit.html -- Jesus Christ is the reason for the season. Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://members.ij.net/mrmazda/auth/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
