gpt4 book ai didi

CSS - 背景图像不显示

转载 作者:行者123 更新时间:2023-11-28 13:18:21 24 4
gpt4 key购买 nike

这是我的 CSS:

body {

text-align:center;
vertical-align:central;
width:480px;
height:800px;
}

#content {
width:100px;
height:200px;
background-image:url("../App_GlobalResources/TopBanner.png");
display:inline-block;
}

还有我的 HTML(母版页):

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Mobile.master.cs" Inherits="m.mysite" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>TestTitle</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<div id="header">
test1234
</div>
<form id="form1" runat="server">
<div id="content">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</form>
</body>
</html>

我有一个使用我的主页的 Default.aspx 站点,但它不会显示我的图像..

如果我在 html 中制作一个 img scr 标签,它显示正常..所以路径是正确的..它还能是什么?'这是输出 HTML:

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
TestTitle
</title>
<link href="App_Themes/MobileTheme/MobileLayout.css" type="text/css" rel="stylesheet" /> </head>
<body>
<div id="header">
test1234
</div>
<form method="post" action="" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTY1NDU2MTA1MmRkNWnHplPoHce7cSIeDENrnMaUn20Ibq7H6yKbaedCCPw=" />
</div>

<div id="content">

test

</div>
</form>
</body>
</html>

最佳答案

好的,它现在可以工作了,似乎 Internet Explorer 在错误的文件夹中查找。一定是某种我没有注意到的 Visual Studio 错误/设置。

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

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