奥礼网
新记
dreamweaver中怎么设置div的高度正好是满屏啊?
如题所述
举报该文章
相关建议 推荐于2017-12-15
设置DIV的高度为100%即可,将天南写的代码另存为html文件,然后运行测试: <html> <head> <style type="text/css"> body,html{height:100%;} #demo{height:100%;background:green;} </style> </head> <body> <div id="demo">这是测试盒子</div> </body> </html>
麻烦采纳,谢谢!
温馨提示:内容为网友见解,仅供参考
当前网址:
https://aolonic.com/aa/wa4wn55w1a3n54gngw.html
其他看法
第1个回答 推荐于2016-01-31
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
<html xmlns="
http://www.w3.org/1999/xhtml
">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<style>
.warp{width:100%; height:100%;}
</style>
<body>
<div class="warp">满屏</div>
</body>
</html>
相似回答
大家正在搜
相关问题
用dreamweaver制作网页 宽度如何设置自动铺满屏幕,...
在dw中,如何设置div的高度和宽度
在用DREAMWEAVER制作网页时,如何设置网页高度。在哪...
DW 中怎么设置div 宽高
DIV高度 怎么设置全屏
如何使网页div元素高度满屏
设置了DIV的高度,在DW里会超出这个DIV的高度很多!