gpt4 book ai didi

html - 在 IE7+ 中网页和打印预览中的不同字段宽度

转载 作者:行者123 更新时间:2023-11-28 13:32:58 25 4
gpt4 key购买 nike

我需要为 IE7+ 实现像素完美的标记。我遇到的问题如下:网页 View 和打印预览中字段的宽度不同。请参阅以下示例:

<html>
<style type="text/css">
.input_multiline {
border:0;
height: 30px;
padding-left: 10px;
padding-top: 10px;
border-bottom:1px solid black;
font-family: monospace;
font-size:13pt;
margin-top:10px;
}
</style>

<body>
<input readonly = "readonly" class="input_multiline" style="width: 960px;" type="text" value="012345679 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 95chr"/>
</body>
</html>

这里的输入框可以容纳95个字符,但是当我打印出来的时候,它只显示91个字符。使用不同的宽度和 CSS 设置,我得到的差异是一行最多 10 个字符。

有没有办法以某种方式解决此问题并确保我在浏览器中看到的页面将以相同的方式打印出来?

最佳答案

要在屏幕上显示和打印在纸上的宽度相同,应以厘米或英寸而不是像素为单位指定宽度。

关于html - 在 IE7+ 中网页和打印预览中的不同字段宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13340384/

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