我正在使用Dreamweaver为类创建作业。我保存了我的CSS文件,回到我的主页,我的页面的主要内容被拉下来,但我的页脚将“内容”div留空,无法使用。可能是一个基本问题,但我不确定我的错误在哪里。
@charset "utf-8";
body {
background-color: #D3D3D3;
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
a:link {
color:#39c;
outline: none;
}
a:visited {
color:#39c;
outline: none;
}
a:hover {
color: #000080;
outline: none;
}
a:active {
outline: none;
-moz-user-focus: none;
}
h1 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:28px;
font-weight:700;
color: #333;
margin: 0px;
padding: 0px;
}
p {
margin: 0px;
padding: 0px;
text-align: left;
}
ul {
list-style-type: none;
}
.wrapper {
width: 1020px;
min-height: 800px;
margin-right: auto;
margin-left: auto;
background-image: url(images/bg_wrapper.jpg);
background-repeat: repeat-x;
background-color: #fbf3f3;
}
#header {
width: 1020px;
height: 241px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
align: center;
}
#nav {
font-family: "Arial Black", Gadget, sans-serif;
width: 1020px;
height: 75px;
background-color: #B8110B;
display: inline-block;
text-align: center;
margin: auto;
}
#nav li {
display: inline-block;
list-style-type: none;
}
#nav ul {
padding: 10px;
}
#nav ul li a {
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
color: #F4E9E9;
text-decoration: none;
background-color: #B8110B;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
display: inline-block;
font-weight: bold;
}
#nav ul li a:hover {
display: block;
height: 30px;
background-color: #c6403b;
border: medium solid #87031B;
}
#container {
width: 1020px;
height: 800px;
align: center;
}
#footer {
width: 1020px;
min-height: 100px;
background-color: #0b3162;
}
#sidebar {
float: left;
margin-right: 10px;
margin-top: 20px;
width: 250px;
height: 405px;
}
#sidebar1 {
float: right;
margin-right: 10px;
margin-top: 20px;
width: 250px;
height: 405px;
}
#middle {
overflow: hidden;
text-align: center;
}
#content {
margin-left: 10px;
background-color: white;
width: 1020px;
height: 800px;
align: center;
}
.sidebartextleft {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 700;
color: ##000000;
line-height: 2em;
}
.navtext {
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: center;
padding-top: 5px;
padding-bottom: 50px;
font-size: 15px;
font-weight: 700;
color: #600;
line-height: 1em;
}
.txtmain {
text-align: justify;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
line-height: 1.5em;
padding-right: 30px;
padding-top: 20px;
}
.txtsub {
text-align: center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCC;
padding-top: 10px;
}
.clear {
clear: both;
}
.wrapper #header .imgleft {
text-align: right;
}
.h1header {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
color: #03C;
margin-top: 5px;
text-align: center;
}
.h1sidebar {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #af1216;
margin-top: 5px;
margin-left: 5px;
text-align: left;
}
.h1sidebarleft {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #a9a9a9;
margin-top: 5px;
margin-left: 15px;
text-align: left;
}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>TAKE IN LONDON</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrapper">
<div id="header">
<p><img name="Londonlogo" src="images/Londonlogo.jpg" width="1020" height="241" alt="TAKE IN LONDON logo"></p>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="activites.html">Things To Do </a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul></div>
<div id="container">
<div id="content">
<p class="txtmain"><img name="LondonNight" src="images/LondonSkyline.jpg" width="995" height="300" alt="London Skyline At Night"></p>
<div class="h1header"> Welcome to TAKE IN LONDON Travel Agency</div>
. </div>
<div id="sidebar">
<ul>
<li class="navlinks"><a href="index.html">HOME</a></li>
<li class="navlinks"><a href="location.html">LOCATION</a></li>
<li class="navlinks"><a href="contact.html">CONTACT</a></li>
</ul>
<div id="middle"></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p class="txtmain">Founded in </p>
</div>
</div>
</div>
<div id="footer">
<p class="txtsub"> Copyright © 2015, TAKE IN LONDON Travel | All rights reserved.</p>
</div>
</div>
</body>
</html>
请帮帮我
答案 0 :(得分:0)
请不要使用Dreamweaver 。它将div
元素放在它们不应该存在的位置,并且它会影响网页的布局。
您需要重新构建代码的布局以解决问题。
有几点指示:
1)您是否知道“已创建”文字的内容会写在侧边栏中,而不是您的主要内容div。
2)您为#container
div(1020px
)提供固定宽度,然后在其中创建两个新的div元素#content
和{ {1}}。这很好,除了你给内部#sidebar
div宽度为#content
。这意味着1020px
div将始终位于#sidebar
下,而不是放在#content
旁边。
要更正此问题,请缩小#content
宽度,使其宽度加上#sidebar
的宽度(加上任何CSS边距)小于1020px。
我已经创建了一个更正了这些问题的示例,但是,您会发现仍然存在与div
结构相关的潜在问题。我已将#content
div设为粉红色背景,#sidebar
设为绿色背景,以便您可以更轻松地查看其布局:
如果您使用的是Dreamweaver,请使用代码视图并手动重新排列结构以更正布局。
我的建议是保持简单,所有HTML都是一堆嵌套元素(head
,body
,div
,p
等......)。刚开始写一个非常基本的HTML页面并慢慢添加它/样式。