-2

こんにちは私はIEでうまく機能しているがFFとChromeでは機能していない次のcssクラスを持っています、それを修正するために何を変更しますか?

.extHeaderStyle { background: transparent url(/sline/navigation/header/images/footerBack.gif) repeat-x -1 left; }


<tr class="GridHeaderStyle extHeaderStyle" align="left" style="font-size:14px;">
            <th scope="col">AppErrorId</th><th scope="col">AppName</th><th scope="col">ServerIp</th><th scope="col">ClientIp</th><th scope="col">Request</th><th scope="col">ErrMsg</th><th scope="col">CreatedBy</th><th scope="col">CreatedDate</th>
        </tr>
4

3 に答える 3

1

の後にユニットが必要です。-1例:-1pxまたは-1em0単位なしで許可されるのは値のみです。

于 2012-05-24T10:02:28.773 に答える
1

-1を削除しますか?または、値の後に単位を使用します。

于 2012-05-24T10:03:08.373 に答える
0

私はクラスをタグに置き、バックグラウンドが機能し始めました。

于 2012-05-24T14:02:36.090 に答える