背景画像を追加したいリンクタグがあります。次に、画像の幅と高さである背景の幅と高さを指定しました。問題は、ブラウザが背景画像のサイズを指定されたサイズにしないことです。ブラウザはそれらを無視します。これが私のコードです:何か提案はありますか?
<div align="center" style="font-size: 14px; font-weight: bold; font-family: Arial,
Helvetica, sans-serif;">
<a id="displayText" href="javascript:toggle();" title="UK referral system credits"
style="background: url(images/earnings.png) no-repeat center; width: 150px;
height: 40px;">Show my earnings</a>
<iframe id="toggleText" style="display: none;" frameborder="0" height="700"
src="http://v4m.mobi/cwf/facebook/uk/user_temp_credits_earned.php"; target="_blank"
align="center" width="300" scrolling="Auto"; bgcolor="#C9D3DE"> </iframe>
</div>
ありがとうございました