谁能帮我弄下CSS导航栏

来源:百度知道 编辑:UC知道 时间:2024/06/01 20:22:08
/*菜单*/
#tab { LEFT:10px;TOP:6px; background: url(http://imgsrc.baidu.com/css/pic/item/1b7c25642a8c10e9f636540a.jpg) no-repeat 2% bottom;}
#tab A.on { COLOR: #000;text-decoration:none }
#tab A.on:link { COLOR: #000;}
#tab A.on:visited { COLOR: #000; background: no-repeat -10 -10;}
#tab A.on:hover { COLOR:#fff;}
#tab SPAN { DISPLAY: none}
#tab A:link { FONT-SIZE: 9pt; COLOR: #000;text-decoration:none }
#tab A:visited { FONT-SIZE: 9pt; COLOR: #000;text-decoration:none }
#tab A:hover { FONT-SIZE: 9pt; COLOR: #fff; BACKGROUND:url(http://imgsrc.baidu.com/css/pic/item/e3def6f0dcf5c7da7831aa0b.jpg) no-repeat ;BACKGROUND-COLOR: #000}

#tab2 SPAN { FONT-SIZE: 3px; COLOR: #ffffff}
#tab2 A { COL

调试以后的代码:

/*导航栏设置*/
/*菜单*/
#tab{width:90px!important;top:90px; left:880px;text-indent: 10;}
#tab a.on,#tab a.on:link,#tab a.on:visited ,#tab a.on:hover/*选中*/{text-align:CENTER;width:90px; color:#FFDDFF;font-size:12px;BACKGROUND: scroll url(https://gss0.baidu.com/70cFfyinKgQFm2e88IuM_a/css/pic/item/1b7c25642a8c10e9f636540a.jpg) no-repeat 0px 0px;}

#tab a:link,#tab a:visited /*未选中*/{color:#FFDDFF;text-align:CENTER;width:90px; text-decoration:none; font-size:12px; line-height:40px;BACKGROUND: scroll url(https://gss0.baidu.com/70cFfyinKgQFm2e88IuM_a/css/pic/item/e3def6f0dcf5c7da7831aa0b.jpg) no-repeat }

#tab a:hover{color:#FFDDFF; text-decoration:none; font-s