主頁(yè) > 知識(shí)庫(kù) > html5 css3網(wǎng)站菜單實(shí)現(xiàn)代碼

html5 css3網(wǎng)站菜單實(shí)現(xiàn)代碼

熱門(mén)標(biāo)簽:怎么做百度地圖標(biāo)注 地圖標(biāo)注柱狀圖 臨海地圖標(biāo)注app 小朱地圖標(biāo)注 智能芯電話(huà)機(jī)器人 咸陽(yáng)穩(wěn)定外呼系統(tǒng)軟件 四川移動(dòng)電銷(xiāo)外呼客戶(hù)管理系統(tǒng) 400開(kāi)頭的電話(huà)好申請(qǐng)不 百度地圖標(biāo)注為什么總是封號(hào)

實(shí)現(xiàn)的難點(diǎn)在于:first-child,last-child 兩個(gè)選擇器,以后margin-left:-1px;的應(yīng)用,33%,34%寬度的技巧處理。

另外一個(gè)難點(diǎn)是:box-shadow:1px 0 0 #F1F1F1 inset; 的實(shí)現(xiàn)。

最后是:

復(fù)制代碼
代碼如下:

background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#b6b4b4));background:-moz-linear-gradient(top, #f9f9f9, #b6b4b4);background:-o-linear-gradient(top, #f9f9f9, #b6b4b4);background:linear-gradient(top, #f9f9f9, #b6b4b4);


復(fù)制代碼
代碼如下:


<!doctype html>
<html xmlns="<a xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>html5,css3菜單</title>
<style type="text/css">
.jikey_demo{ width:80%; margin:0 auto; background:#f1f1f1;}
.news_info{margin-bottom:5px;border:1px solid #bbb;border-radius:5px;box-shadow:0 1px 0 #f1f1f1;}
.news_info a{display:inline-block;width:33%;height:26px;font-family:"微軟雅黑";line-height:26px;text-align:center;color:#555;border-right:1px solid #ccc;box-shadow:1px 0 0 #F1F1F1 inset;}
.news_info a:first-child{width:33%;box-shadow:none;border-radius:4px 0 0 4px;}
.news_info a:last-child{width:34%;border-right:none;margin-left:-2px;border-radius:0 4px 4px 0;}
.news_info a:hover, .news_info a.current{color:#208edd;background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#b6b4b4));background:-moz-linear-gradient(top, #f9f9f9, #b6b4b4);background:-o-linear-gradient(top, #f9f9f9, #b6b4b4);background:linear-gradient(top, #f9f9f9, #b6b4b4);}
</style>
</head>
<body>
<div class="jikey_demo">
<nav class="news_info"><a class="current" href="/news/">新聞1</a><a class="" href="/guide/">新聞2</a><a class="" href="/review/">新聞3</a></nav>
</div>
</body>
</html>

標(biāo)簽:公主嶺 黃石 平頂山 山南 陜西 南平 黃石

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《html5 css3網(wǎng)站菜單實(shí)現(xiàn)代碼》,本文關(guān)鍵詞  html5,css3,網(wǎng)站,菜單,實(shí)現(xiàn),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《html5 css3網(wǎng)站菜單實(shí)現(xiàn)代碼》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于html5 css3網(wǎng)站菜單實(shí)現(xiàn)代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章