gpt4 book ai didi

asp.net - 如何将 html 表格放置在屏幕的最顶部?

转载 作者:太空宇宙 更新时间:2023-11-04 15:26:18 25 4
gpt4 key购买 nike

使用 IE7 的 html 和 css,如何将 html 表格放置在屏幕的最顶部,而没有自动生成的顶部边框?

我在 vs2008 中开发。

最佳答案

您可能会看到文档正文的默认页边距。将 body 上的边距设置为 0,最好使用 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, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}

关于asp.net - 如何将 html 表格放置在屏幕的最顶部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1400570/

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