2004
9月
2

上面的导航菜单改用纯文字链接
上面的导航菜单改用纯文字链接,为了达到以前相同的效果,用css为链接设定了背景图片,具体设置为:
.menuitem a {
background-repeat: no-repeat;
display: block;
height: 29px;
text-indent: -5000px;
width: 64px;
background-image: url(images/top_r2_c1_r1_c1.gif);
}
background-repeat: no-repeat;
display: block;
height: 29px;
text-indent: -5000px;
width: 64px;
background-image: url(images/top_r2_c1_r1_c1.gif);
}








