變換菜單展示及制作

2022-06-10    分類: 網(wǎng)站建設(shè)

效果圖:

點(diǎn)擊菜單   中英文切換

css樣式:


.top-nav
{
font-size: 12px;
font-weight: bold;
list-style: none;
border-bottom: 8px solid #DC4E1B;
overflow: auto;

//去浮動(dòng),使下級(jí)的浮動(dòng)自適應(yīng)或 overflow:hidden;
}
.top-nav li
{
float: left;
margin-right: 1px;
}
.top-nav li a
{
line-height: 20px;
text-decoration: none;
background: #DDDDDD;
color: #666666;
display: block;
width: 80px;
text-align: center;
}
/*設(shè)置正常狀態(tài)英文菜單隱藏*/
.top-nav li a span{
display:none;
}
/*鼠標(biāo)移動(dòng)到鏈接上面時(shí)將英文菜單顯示*/
.top-nav li a:hover span{
display:block;
}
/*鼠標(biāo)移動(dòng)到鏈接上面時(shí)將中文菜單位置上移*/
.top-nav li a:hover{
margin-top:-20px;
}

名稱欄目:變換菜單展示及制作
文章位置:http://www.bm7419.com/news13/165813.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站導(dǎo)航、網(wǎng)站策劃、做網(wǎng)站、App開(kāi)發(fā)、App設(shè)計(jì)、營(yíng)銷型網(wǎng)站建設(shè)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

h5響應(yīng)式網(wǎng)站建設(shè)