我遗漏了一些明显而简单的东西,但无论我多么用力地眯眼或盯着屏幕看,都看不到它。
我想使用图像作为背景或代替按钮。它不显示。
标记和CSS:
#switch {
background: url("../images/swap.png") no-repeat scroll 0 0 transparent;
color: #000000;
cursor: pointer;
font-weight: bold;
height: 20px;
padding-bottom: 2px;
width: 75px;
}
<div class="conversionFormE" id="switch1">
<label> </label>
<input type="button" id="switch" name="switch" value="SWITCH!" onclick="switchUnits()"/>
</div>
谢谢你的帮助!