1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > CSS问题。怎么才能让背景图无时无刻都能充满整个页面。无论分辨率是怎样。【HTML】

CSS问题。怎么才能让背景图无时无刻都能充满整个页面。无论分辨率是怎样。【HTML】

时间:2018-11-18 15:59:57

相关推荐

CSS问题。怎么才能让背景图无时无刻都能充满整个页面。无论分辨率是怎样。【HTML】

web前端|html教程

CSS问题。怎么才能让背景图无时无刻都能充满整个页面。无论分辨率是怎样。

web前端-html教程

当我变窄的时候,下方就有空白了。我想让他无论变窄还是怎样都能保持充满整个页面。该怎么调整,贴代码上来给各位大牛指点一下。

支付宝sdk源码,vscode编辑有波浪线,ubuntu圆角窗口,怎么获取tomcat源码,fiddler和爬虫,php输出九九乘法表,巴南区seo推广包含什么,phpcms v9 实现网站搜索,联系我们响应式网页模板lzw

body{font-family: "Microsoft Yahei","微软雅黑",Arial,sans-serif;height: 100%;width: 100%; background-image:url("../Photo/web_wechat_login_bg28a2f7.jpg");background-size:cover;background-repeat: no-repeat;}

大商创1.9.14全开源源码,查看ubuntu进程资源,tomcat 有连接数,爬虫没有xhr,win7学习php,seo培训天青lzw

手机登录界面模板源码,降低vscode内存占用,ubuntu与crc,tomcat 启动时间,phpselenium爬虫,php 添加mysqli,seo发帖工具外推,响应式网站 代码下载,美食微官网模板下载安装lzw

回复讨论(解决方案)

background-size: 100% 100%;

background-size: 100% 100%;

这个不行,变得更加空白了

html {height: 100%;}body {height: 100%;background-image: url("Pictures.jpg");background-repeat: no-repeat;background-size: 100% 100%;}

html {height: 100%;}body {height: 100%;background-image: url("Pictures.jpg");background-repeat: no-repeat;background-size: 100% 100%;}

嗯嗯,行了。感谢大牛解答,能给我讲讲为什么html要设100%才行吗?

html {height: 100%;}body {height: 100%;background-image: url("Pictures.jpg");background-repeat: no-repeat;background-size: 100% 100%;}

嗯嗯,行了。感谢大牛解答,能给我讲讲为什么html要设100%才行吗?

/css-100-percent-height

html {height: 100%;}body {height: 100%;background-image: url("Pictures.jpg");background-repeat: no-repeat;background-size: 100% 100%;}

嗯嗯,行了。感谢大牛解答,能给我讲讲为什么html要设100%才行吗?

/css-100-percent-height

感谢

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。