Image Replacement with line-height CSS property

h4 {
  overflow: hidden; 
  width: 399px;
  height: 80px; 
  background: url(img.gif) no-repeat 0 0; 
  color: #F00;
}

h4#positive {line-height: 100}

Image Replacement

Working well in:
Not working in:

h4#zero {line-height: 0}

Image Replacement

Working well in:
Not working in:

h4#negative {line-height: -100}

Image Replacement

Not working in:

Place comments