在css的div中设置背景图片后背景图片下移如何解决 100

.content{.content{margin-right:auto;margin-left:auto;margin-bottom:50px;margin-top:50... .content { .content { margin-right:auto; margin-left:auto; margin-bottom:50px; margin-top:50px; height:80%; background:url(images/loginbackground.png)top no-repeat; } <div class="content"> <form> <table align="center"> <tr><td><input type="text" name="name" size="40" maxlength="40"/></td></tr> <tr><td><input type="password" name="password" size="40" maxlength="40"/></td></tr> <tr><td><input type="submit" name="sub" value="登录"/></td></tr> </table> </form> </div> 展开
 我来答
匿名用户
2020-05-19
展开全部

background:url(images/loginbackground.png)top no-repeat 0px 10px; 

等同与

background:url(images/loginbackground.png)top no-repeat; 

background-position: 0px 10px; //水平方向(以左上角为原点,x方向)移动 0像素,垂直方向(y轴方向)即向下以动 10 像素

***注意:0px 不能省略,否则默认为x方向移动的距离。也可以设置为百分比值。

修改后:

艺术流氓1
2016-11-17 · TA获得超过231个赞
知道小有建树答主
回答量:320
采纳率:81%
帮助的人:170万
展开全部
.content
{
margin:auto 50px;
height:80%;
background:url(images/loginbackground.png)top no-repeat;
}
<div class="content">
<form>
<table align="center">
<tr><td><input type="text" name="name" size="40" maxlength="40"/></td></tr>
<tr><td><input type="password" name="password" size="40" maxlength="40"/></td></tr>
<tr><td><input type="submit" name="sub" value="登录"/></td></tr>
</table>
</form>
</div>

请尝试

追问
已尝试,并且已失败
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
qiaole123
2016-11-17 · TA获得超过3413个赞
知道大有可为答主
回答量:1408
采纳率:66%
帮助的人:970万
展开全部

更新class样式

.content {
  margin: 50px auto;
  height: 80px;
  background: url(http://static-cdn.dianrong.com/store/dist/images/range_banner.png) top no-repeat;
}


or更新form的style

.form {
  margin: 0;
  padding: 0;
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式