gpt4 book ai didi

css - 启用 CSS 后图像不显示

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

我只是想把这张图片放在页面中间。这是我非常简单的代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Viva La Nation</title>
<style>
#centered {
margin-left: -148px;
position: absolute;
top: -285px;
left: 50%;
width: 570px;
height: 296px;
}

body {
background-image:url('seamless.png');
}
</style>
<meta charset="UTF-8">
<meta http-equiv="refresh"
content="10;url=http://www.vivalanation.com/forums">

<link rel="icon" type="image/ico" href="/forums/favicon.ico">
</head>
<body onLoad="setTimeout('delayer()', 10000)">
<div id="centered">
<a href="http://www.vivalanation.com/forums/forum.php">
<img src="images/logo_nin.png" style="border:0px" />
</a>
</div>
</body>
</html>

如果我删除 CSS 代码,图像就会显示出来。我按照这个 icnonic 页面将图像置于中心位置:http://www.wpdfd.com/editorial/thebox/deadcentre4.html ,但由于某种原因它不会显示。而且我知道它肯定是 CSS,我只是不知道我哪里出错了。图片的总规范为 570x296。

哦,我刚找到它,它位于屏幕顶部,文本底部几乎看不见。

最佳答案

将边距设置为“自动”,并根据图像的大小以百分比设置顶部。

关于css - 启用 CSS 后图像不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19606318/

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