Morning,
Internet Explorer 7 don’t support line-height, it is ignored. How can I solve this problem? Is exist an alternative tag for Internet Explorer <= 7?
Morning, Internet Explorer 7 don’t support line-height, it is ignored. How can I solve
Share
Try to use padding instead. Let’s say your font is 12px and yow want to set a line height of 20px so that gives you
padding: 3px 0;