Firefox で作業をバックグラウンド ポジションにしようとしていますが、成功しません。Google chromeでは動作します。Google で動作する CSS を次に示しますが、Firefox は background-position-y: 37px; を受け入れません。
{
padding-top: 14px;
height: 50px;
background: url('image.png') repeat-x;
background-position-y: 37px;
text-align: center;
}