css|導航
運行代碼框
<style>/*頻道連結樣式*/.channel { width:350px; margin:12px 0px 0px 175px; height:30px; line-height:30px; text-align:center; }.channel ul { list-style:none; margin:0px;}.channel li { float:left; padding-left:8px; }.channel a { background:url(/articleimg/2006/04/3385/arrow2.gif) no-repeat left; padding-left:10px; color:#457a8b; font-size:14px; font-weight:bold; }.channel a:link { background:url(/articleimg/2006/04/3385/arrow2.gif) no-repeat left; padding-left:10px; color:#457a8b; }.channel a:visited { background:url(/articleimg/2006/04/3385/arrow2.gif) no-repeat left; padding-left:10px; color:#457a8b; }.channel a:hover { background:url(/articleimg/2006/04/3385/arrow1.gif) no-repeat left; padding-left:10px; color:#78b4c7; }.channel a:active { background:url(/articleimg/2006/04/3385/arrow1.gif) no-repeat left; padding-left:10px; color:#78b4c7; }</style><body><div class="channel"><UL><LI><A title=文化頻道 href="http://www.rr1mea.cn/Culture">文化頻道</A></LI><LI><A title=音樂頻道 href="http://www.q1iangzu.com/music">音樂</A></LI><LI><A title=專題 href="http://www.rrme1a.cn/Topic">專題</A></LI><LI><A title=部落格 href="http://www.qian1gzu.com/bbs/bokeindex.asp">部落格</A></LI><LI><A title=爾瑪論壇 href="http://www.qian1gzu.com/bbs/index.asp">爾瑪論壇</A></LI></UL></div></body>
[Ctrl+A 全部選擇 提示:你可先修改部分代碼,再按運行]
CSS檔案:
/*頻道連結樣式*/
.channel { width:350px; margin:12px 0px 0px 175px; height:30px; line-height:30px; text-align:center; }
.channel ul { list-style:none; margin:0px;}
.channel li { float:left; padding-left:8px; }
.channel a { background:url(arrow2.gif) no-repeat left; padding-left:10px; color:#457a8b; font-size:14px; font-weight:bold; }
.channel a:link { background:url(arrow2.gif) no-repeat left; padding-left:10px; color:#457a8b; }
.channel a:visited { background:url(arrow2.gif) no-repeat left; padding-left:10px; color:#457a8b; }
.channel a:hover { background:url(arrow1.gif) no-repeat left; padding-left:10px; color:#78b4c7; }
.channel a:active { background:url(arrow1.gif) no-repeat left; padding-left:10px; color:#78b4c7; }
圖片檔案下載:
arrow1.gif
arrow2.gif
DIV檔案:
<div class="channel">
<UL>
<LI><A title=文化頻道 href="http://www.rrmea.cn/Culture">文化頻道</A></LI>
<LI><A title=音樂頻道 href="http://www.qiangzu.com/music">音樂</A></LI>
<LI><A title=專題 href="http://www.rrmea.cn/Topic">專題</A></LI>
<LI><A title=部落格 href="http://www.qiangzu.com/bbs/bokeindex.asp">部落格</A></LI>
<LI><A title=爾瑪論壇 href="http://www.qiangzu.com/bbs/index.asp">爾瑪論壇</A></LI></UL></div>