危重症病人的皮肤特点:如何修改下面这段网页的背景颜色?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/04 13:24:40
我用的是Dreamweaver MX 2004里新建文件里提供的页面设计(CSS),其中的双列左导航生成的主页文件,其中左导航的背景颜色是灰的,我想改成lightyellow,不知道从哪改,希望高手帮我解决!急啊!
代码如下:
<!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">
<!-- DW6 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Untitled Document</title>
<link rel="stylesheet" href="2col_leftNav.css" type="text/css" />
</head>
<!-- The structure of this file is exactly the same as 2col_rightNav.html;
the only difference between the two is the stylesheet they use -->
<body>
<div id="masthead">
<h1 id="siteName">Site Name</h1>
<div id="globalNav">
<a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global
</div>
</div>
<!-- end masthead -->
<div id="content">
<div id="breadCrumb">
<a href="#">breadcrumb</a> / <a href="#">breadcrumb</a> / <a href="#">breadcrumb</a>
</div>
<h2 id="pageName">Page Name</h2>
<div class="feature">
<img src="" alt="" width="280" height="200" />
<h3>Feature Title </h3>
<p>
</p>
</div>
<div class="story">
<h3>Story Title</h3>
<p>
</p>
<p>
</p>
</div>
<div class="story">
<h3>Story Title</h3>
<p>
</p>
<p>
</p>
</div>
</div>
<!--end content -->
<div id="navBar">
<div id="search">
<form action="#">
<label>search</label>
<input type="text" size ="10" />
<input type="submit" value="go" />
</form>
</div>
<div id="sectionLinks">
<h3>Section Links</h3>
<ul>
<li><a href="#">sectionLink</a></li>
</ul>
</div>
<div class="relatedLinks">
<h3>Related Link Category</h3>
<ul>
<li><a href="#">Related Link</a></li>
<li><a href="#">Related Link</a></li>
</ul>
</div>
<div class="relatedLinks">
<h3>Related Link Category</h3>
<ul>
<li><a href="#">Related Link</a></li>
</ul>
</div>
<div id="advert">
<img src="" alt="" width="107" height="66" /> Ad copy ad copy ad copy. Ad
copy ad copy.
</div>
<div id="headlines">
<h3>Headlines</h3>
<p>
Headline <a href="#">full story...</a>
</p>
</p>
</div>
</div>
<!--end navbar -->
<div id="siteInfo"></div>
<br />
</body>
</html>

CSS呢?代码发来!
在CSS里修改就好了。做个定义!