我有我的HTML代码:
<div class="container">
<button onclick="IndexButton()" style="background: url(images/viewmessages.png);"/>
<h1>Post a Message</h1>
<label for="mes" class="col-lg-2 control-label">Message</label>
<input id="MessageBox" type="text">
<label for="name" class="col-lg-2 control-label">Name</label>
<input id="name" type="text">
<button id="button" onclick="setMessage()" style="background: url(images/submit.png);" />
<label for="add" class="col-lg-2 control-label">Address</label>
<input id="add">
<label for="pass" class="col-lg-2 control-label">Password</label>
<input id="pass">
<p id="status"></p>
<button id="unlock" onclick="ButtonPress()" style="background: url(images/unlock.png);" />
</div>[![enter image description here][1]][1]
我不知道我的按钮放在我的文字下面会出现什么问题,而且太大了。
答案 0 :(得分:-1)
您正在使用的背景图片正在重复。在样式标记中添加“background-repeat:no-repeat”