On Thu, 20 Oct 2011, Dougie McGilvray wrote:
Hi, going back through a site to make it usable in IE7. I'm noticing the root of many problems come from a rule in the section resetting browser defaults:* {line-height: 1px} I notice in Meyer's CSS Reset, the reset is body { line-height: 1; } Am I correct in assuming this is a typo, one of us has changed it to 1px?? or is there some fix by setting everything to 1px?
No units should be used with line-height, and 1px is obviously very wrong! -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) ______________________________________________________________________ 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/
