200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > html有背景图片的导航栏 一张背景图实现的漂亮黄色CSS菜单

html有背景图片的导航栏 一张背景图实现的漂亮黄色CSS菜单

时间:2023-03-18 12:17:27

相关推荐

html有背景图片的导航栏 一张背景图实现的漂亮黄色CSS菜单

用一张图完成的CSS导航条 -

ul,li{ list-style:none; float:left;}

body{ font-size:12px; line-height:1.6; font-family:Verdana; text-align:center;}

#info li{ margin-left:4px; margin-top:15px;}

#info a {display:block;text-align:center; padding-left:15px;

padding-top:2px;padding-bottom:1px;background-image:

url(/images/0915/mbgs.GIF);

background-repeat: no-repeat;width:47px; cursor:hand; text-decoration: none;}

#job a:link,#job a:visited{background-position: -62px 0px;}

#eve a:link,#eve a:visited{background-position: -124px 0px;}

#oth a:link,#oth a:visited{background-position: -186px 0px;}

#car a:hover ,#car a:active {background-position: 0px -22px; color:#fff;}

#job a:hover ,#car a:active {background-position: -62px -22px; color:#fff;}

#eve a:hover ,#car a:active {background-position: -124px -22px; color:#fff;}

#oth a:hover ,#car a:active {background-position: -186px -22px; color:#fff;}

主 页源 码特 效音 乐

网页代码站 - 最专业的代码下载网站 - 致力为中国站长提供有质量的代码!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。