为什么我的html+css中div的背景图片无法铺满
效果图是上面那样的,没法铺满,很伤心,代码如下<html><head><style>body{background-image:url(background.jpg);b...
效果图是上面那样的,没法铺满,很伤心,代码如下
<html><head><style>body {background-image:url(background.jpg); background-attachment:fixed;}div{background:url(145.png) repeat scroll 50% 0px transparent}</style></head><body><div>123<h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1></div></body></html> 展开
<html><head><style>body {background-image:url(background.jpg); background-attachment:fixed;}div{background:url(145.png) repeat scroll 50% 0px transparent}</style></head><body><div>123<h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1><h1>123</h1></div></body></html> 展开
6个回答
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
background:url("abc.gif") 3px 5px no-repeat;
/*从左向向3px,从上向下5px,截图,no-repeat表示不平铺图片*/
background:url("abc.gif") no-repeat;
/*不截图不平铺,直接显示图片*/
background:url("abc.gif") repeat-x;
/*横向平铺图片*/
background:url("abc.gif") repeat-y;
/*横竖向平铺图片*/
background:url("abc.gif");
/*平铺图片*/
/*从左向向3px,从上向下5px,截图,no-repeat表示不平铺图片*/
background:url("abc.gif") no-repeat;
/*不截图不平铺,直接显示图片*/
background:url("abc.gif") repeat-x;
/*横向平铺图片*/
background:url("abc.gif") repeat-y;
/*横竖向平铺图片*/
background:url("abc.gif");
/*平铺图片*/
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<style>
*{
margin:0px;
padding:0px;
}
body{
background-image:url("background.jpg");
background-attachment:fixed;
}
div{
width:50px;
height:50px;
background:url("145.png");
}
</style>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
添加下面样式试一试!
.body{
margin:0px;
padding:0px;
}
.body{
margin:0px;
padding:0px;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
div{background:url(145.png) repeat scroll 50% 0px transparent} 这个div里面没用的属性去掉 你加个50%和0px 做什么用
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询