Hallo,
Es _muss_ auch noch was drin stehen im div. Vergleiche:
<div style="height:3px; line-height:3px; background-color:red;"></div>
<hr>
<div style="height:3px; line-height:3px; background-color:red;"> </div>
Er wollte ja die Hoehe auf 3px begrenzen.
<div style="height:3px; line-height:0; font-size: 0; background-color:red;"></div>
<div style="height:3px; line-height:0; background-color:red;"> </div>
erzeugen keinen Unterschied.
MfG, Thomas