您好,登錄后才能下訂單哦!
本篇內(nèi)容主要講解“如何利用CSS實(shí)現(xiàn)紫羅蘭風(fēng)格導(dǎo)航條效果”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“如何利用CSS實(shí)現(xiàn)紫羅蘭風(fēng)格導(dǎo)航條效果”吧!
這是一款紫羅蘭風(fēng)格CSS導(dǎo)航條,相信你會(huì)喜歡,不信就點(diǎn)運(yùn)行看一下吧,很經(jīng)典的CSS菜單。
運(yùn)行效果截圖如下:
在線演示地址如下:
http://demo.jb51.net/js/2015/css-zll-style-nav-codes/
具體代碼如下:
代碼如下:
<title>CSS導(dǎo)航條</title>
<style type="text/css">
body {margin:0;padding:0;font: bold 11px/1.5em Arial;}
img {border: none;}
#roScripts_m1 {float:left;width:100%;background:#F6ECFD;
font-size:96%;line-height:1.5;border-bottom:3px solid #CD86F5;}
#roScripts_m1 ul {margin:0;padding:100px 10px 0 25%;list-style:none;}
#roScripts_m1 li {display:inline;margin:0;padding:0;}
#roScripts_m1 a {float:left;background:url(images/left3.gif) no-repeat left top;
margin:0;padding:0 0 0 4px;text-decoration:none;}
#roScripts_m1 a span {float:left;display:block;background:url(images/right3.gif)
no-repeat right top;padding:5px 25px 4px 25px;color:#fff;}
#roScripts_m1 a span {float:none;}
#roScripts_m1 a:hover span {color:#591333;}
#roScripts_m1 a:hover {background-position:0% -42px;}
#roScripts_m1 a:hover span {background-position:100% -42px;}
#roScripts_m1 #current a {background-position:0% -42px;}
#roScripts_m1 #current a span {background-position:100% -42px;color:#591333}
.clear {clear:left}
</style>
<div id="roScripts_m1">
<ul>
<li><a href="#"><span>網(wǎng)站首頁(yè)</span></a></li>
<li><a href="#"><span>網(wǎng)頁(yè)特效</span></a></li>
<li id="current"><a href="#"><span>最新更新</span></a></li>
<li><a href="#"><span>留言板</span></a></li>
<li><a href="#"><span>廣告聯(lián)系</span></a></li>
</ul>
<div class="clear"></div>
</div>
到此,相信大家對(duì)“如何利用CSS實(shí)現(xiàn)紫羅蘭風(fēng)格導(dǎo)航條效果”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。