很簡單的導航條,放在這裡已方便以後用到;
ie7/ie7/Firefox都測試過了;沒有問題;
複製代碼 代碼如下:
*{ padding:0; margin:0; font-size:12px; line-height:1.7; font-family:Verdana, "宋體", Arial; list-style:none;}
/*簡單定義了一下全域*/
a:link,a:visited{background:#FFF3C6 url(jaian.gif) no-repeat 15px 7px; padding-left:23px; color:#000000;text-decoration: none;}
a:hover,a:active{color:#000;text-decoration: none;background-color: #FED762;}
a{display:block;border-bottom:1px solid #fff; padding-left:10px; width:127px; }
/*定義連結的樣式*/
ul{ background:#fff; width:150px; border:1px solid #FF6600; margin:0px 20px -1px 20px; padding:1px;}
/*定義了UL*/
span{ display:block;background:#FF9900 url(jai.gif) no-repeat 5px 5px; padding-left:13px;}
複製代碼 代碼如下:
效果頁
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>www.zishu.cn</title> <style> *{ padding:0; margin:0; font-size:12px; line-height:1.7; font-family:Verdana, "宋體", Arial; list-style:none;} /*簡單定義了一下全域*/ a:link,a:visited{background:#FFF3C6 url(jaian.gif) no-repeat 15px 7px; padding-left:23px; color:#000000;text-decoration: none;} a:hover,a:active{color:#000;text-decoration: none;background-color: #FED762;} a{display:block;border-bottom:1px solid #fff; padding-left:10px; width:127px; } /*定義連結的樣式*/ ul{ background:#fff; width:150px; border:1px solid #FF6600; margin:0px 20px -1px 20px; padding:1px;} /*定義了UL*/ span{ display:block;background:#FF9900 url(jai.gif) no-repeat 5px 5px; padding-left:13px;} </style> </head> <body> <ul><span>網站首頁</span> <li>我的日誌</li> <li>給我留言</li> <li>情感文章</li> </ul> <ul><span>網站首頁</span> <li>我的日誌</li> <li>給我留言</li> <li>情感文章</li> </ul> <ul><span>網站首頁</span> <li>我的日誌</li> <li>給我留言</li> <li>情感文章</li> </ul> </body> </html>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]