gpt4 book ai didi

html - 当我打印时,100% 高度 div 在 Chrome 中不起作用

转载 作者:搜寻专家 更新时间:2023-10-31 08:21:10 24 4
gpt4 key购买 nike

我想为每个打印页面写一个 div。所以我做了 100% 的 div 高度。通常在每个浏览器中它都运行良好。但是,当我打印此页面时,它无法在 Chrome 中运行。

<!DOCTYPE HTL>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex">
<meta http-equiv="cache-control" content="no-cache">
<title>Brove.NET ISO Yazılımı</title>
<style>
html,body{
padding:0;
margin:0;
height:100%;
width:100%;
}
.sayfa{
height: 100%;
width: 768px;
}
</style>
</head>

<body>
<div class="sayfa" style="background-color:#666666">fds</div>
<div class="sayfa" style="background-color:#cccccc">fds</div>
<div class="sayfa" style="background-color:#aaaaaa">fds</div>


<script type="text/javascript" src="js/jquery-1.5.2.min.js"></script>
</body>
</html>

最佳答案

这是解决方案,伙计...

试试这个代码

@media print and (-webkit-min-device-pixel-ratio:0) {
.sayfa{
height: 1101px;
width: 768px;
}
}

关于html - 当我打印时,100% 高度 div 在 Chrome 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8835420/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com