gpt4 book ai didi

asp.net - 为什么这个侧边栏背景颜色没有按照 CSS 中指定的那样更改?

转载 作者:太空宇宙 更新时间:2023-11-03 20:51:26 26 4
gpt4 key购买 nike

我开始阅读“开始 ASP.NET 4:在 C# 和 VB 中”一书(Imar Spaanjaars - Wrox)来学习 ASP.NET。现在我停留在第 79 页的“试用”部分:一切正常,除了侧边栏没有背景颜色,它应该是灰色的。

我的页面:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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 runat="server">
<title></title>
<style type="text/css">
.style1
{
color: #663300;
}
.style2
{
color: #FF0066;
}
</style>
<link href="Styles/Styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div id="PageWrapper">
<div id="Header">
Header Goes Here
</div>
<div id="MenuWrapper">
Menu Goes Here
</div>
<div id="MainContent">
<h1>
Hi there visitor and welcome to Planet Wrox</h1>
<p>
We&#39;re glad you&#39;re <span class="style2">paying a visit</span><span class="style1">
</span>to <a href="http://www.PlanetWrox.com">www.PlanetWrox.com</a>, the coolest
music community site on the Internet.</p>
<p>
Feel free to have a look around; there are lots of interesting <strong>reviews and concert
pictures </strong>to be found here.</p>
</div>
<div id="SideBar">
Sidebar Goes Here</div>
<div id="Footer">
Footer Goes Here
</div>
</div>
</form>
</body>
</html>

CSS 文件:

#Header
{
background-color: #C0C0C0;
width: 844px;
height: 86px;
}

*
{
font-family: Arial;
}

h1
{
font-size: 20px;
}

#PageWrapper
{
width: 844px;
}

#MenuWrapper
{
width: 844px;
}

#MainContent
{
width: 664px;
float: left;
}

#Sidebar
{
background-color: Gray;
width: 180px;
float: left;
}

#Footer
{
background-color: #C0C0C0;
width: 844px;
clear: both;
}

结果(侧边栏背景应该是灰色的): enter image description here

我是不是搞错了,谁能告诉我在哪里?

最佳答案

"边栏"!= "边栏"

区分大小写

关于asp.net - 为什么这个侧边栏背景颜色没有按照 CSS 中指定的那样更改?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15503431/

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