Home > Web Front-end > HTML Tutorial > 如何设置div的宽度,使其布满屏幕_html/css_WEB-ITnose

如何设置div的宽度,使其布满屏幕_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:28:13
Original
1820 people have browsed it

因为不同的电脑,或者平板手机等的屏幕大小不一样,所以希望可以得到一个比较好的方案,是div在不同的设备上,有不同的宽度和高度。应该如何实现呢?
有两个思路,一个是通过css中的宽度和高度百分比,来弄,但是设置了width:100%和height:100%以后,并没有什么效果。还一个是想通过javascript获取屏幕的宽度和高度,然后在js中修改div的宽度和高度的属性(css是采用的链接的方式).
但比较悲催的是,两个目前都木有成功~求大神支援、、


回复讨论(解决方案)

楼上正解 

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template