css.css文件中
/******************************************
#guide头部网站导航表格编号
margin-top:5px;与上方表格距离5像素
border:1px #6B92D6 solid;边框样式solid改为dotted则为虚线
height:28px;高度
background:#D2E4FC;背景颜色
#guide td导航表格内部TD容器
border:1px solid #FFF;内边框样式
padding:6px 3px 4px 3px;导航文字与上右下左的距离
*******************************************/
#guide{
margin-top:0px;
border-top:0px #6B92D6 solid;
border-bottom:0px #A7CAFA solid;
height:35px;
background
:#D2E4FC url(
head1.gif);
}
修改红色的是背景颜色 蓝色是背景图片
都是改这里。。你的CSS文件很散。。。干吗不放在一个地方。。。全部调用一个CSS文件
<link rel="stylesheet" type="text/css" href="
http://www.28xl.com/yule/images/yul/css.css">
<link rel="stylesheet" type="text/css" href="
http://www.28xl.com/jiaoyu/images/jiaoyu/css.css">
[ 此贴被jm200088在2008-06-29 15:39重新编辑 ]