gpt4 book ai didi

html - HTML 页面不能正确显示在 QWebview 中

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

我正在做一个小软件,它有一个 QWebView 来显示 HTML 文件。我的问题是我的欢迎页面显示不佳。看起来像 this当它应该在这些红线之间的中心有一个图像时。问题肯定是我的 HTML 和/或 CSS。所以这是我的 HTML`:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<link href="styles/accueil.css" rel="stylesheet" type="text/css" media="screen" />
</head>

<body>

<div class="container">

<div class="ligne">&nbsp;</div>

</div>

<div class="ligne">&nbsp;</div>
</body>
</html>

还有我的CSS:

@charset "UTF-8";
/* CSS Document */

body{
background-color:white;
margin:0 auto;
height:100%;
}

html {
overflow-y: scroll;
height:100%;
}

img{
border:none;
}

.container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -20px;
background-image: url(../icones/accueil.jpg);
background-repeat:no-repeat;
background-position:center center;
}

.ligne{
width:100%;
height: 20px;
background-color:#ee1b2e;
}

知道我写错了什么吗?

谢谢!

------编辑------

只有在 XP 上才会发生...在 MAC、7 和 Vista 上它可以找到。它应该看起来像 this

最佳答案

我不确定到底是为什么,但问题是我的图像...我需要一个 .png 图像而不是 .jpg

关于html - HTML 页面不能正确显示在 QWebview 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11566931/

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