我尝试使用以下代码将img src添加到输入按钮:
<input type="submit"
value="<?php echo strtoupper($addhouse);?>"
id="sbAddHouse"
name="sbAddHouse"
img src="./1.png style="width:140px;"
onclick="window.location.href='#here';">
&#13;
无法看到img src =&#34; ./ 1.png .. 有什么帮助吗?
答案 0 :(得分:0)
您可以使用 function switchVisibleRevert() {
$(".img-responsive").parent().each(function(index){
if($(this).is(":visible")) {
$(".img-responsive").parent().hide();
if ($(this).prev().length) {
$(this).prev().show();
} else {
$($(".img-responsive")[$(".img-responsive").length-1]).parent().show();//show last element
}
return false;
}
})
}
- 速记属性或background
属性 - 这是一种简单的方法。
或
您可以使用具有绝对或相对定位属性的background-image
或span
。有关详细参考,请参阅https://developer.mozilla.org/en-US/docs/Web/CSS/position。
div
是一个标记,您无法在标记内使用标记。
由于