我想把图片作为淘宝导航条背景,效果如图,求大神CSS代码指点

950pxX30px
2024-12-26 04:15:57
推荐回答(2个)
回答1:

先是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;

}

这是我以前写的导航代码,图片和颜色你自己改下,希望能够帮到你!

回答2:

你用PS把这个弄出来,在加上去就好了