gpt4 book ai didi

CSS:使用最小宽度和最大宽度来自动调整浏览器窗口的大小?

转载 作者:行者123 更新时间:2023-11-28 12:03:27 27 4
gpt4 key购买 nike

它是 Windows 中的中间按钮和 OS X 中的绿点 - 用于调整网页窗口大小的按钮。

我使用 min-width:1000px 来定义当窗口大小小于 1000px 时自动调整大小的位置,它可以工作,除了页面两侧可能仍然显示 1em。

关于这可能是什么以及如何解决它有什么想法吗?

最佳答案

您是否正在使用 CSS 重置?如果您在页面边缘显示了一个小边距/填充/边框,您可以从样式表顶部使用 CSS 重置中受益,例如:

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}

如图所示 here .或者您正在使用一个?

关于CSS:使用最小宽度和最大宽度来自动调整浏览器窗口的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19780210/

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