先是HTML代码
*{
margin:0px;
padding:0px;
}
.d1 a{
text-decoration:none;
color:white;height:28px;
line-height:28px;font-weight:bold;
padding:0 20px;
}
.d1 li{
list-style-type:none;float:left;
background:url(../images/forumMenuBg.gif) right center no-repeat;
}
.d1 ul{
width:960px; height:28px;
background:#383838;
}
.d1 a:hover{
display:block;
background:url(../images/forumMenuBg.jpg) 0 0 repeat-x;
}
这是我以前写的导航代码,图片和颜色你自己改下,希望能够帮到你!
你用PS把这个弄出来,在加上去就好了