900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > html 竖排导航条 html 导航栏

html 竖排导航条 html 导航栏

时间:2022-05-06 06:16:19

相关推荐

html 竖排导航条 html 导航栏

html>

lvnian学习(http://lvnian./)

ul

{

list-style-type:none;

margin:0;

padding:0;

}

a:link,a:visited

{

display:block;

font-weight:bold;

color:#FFFFFF;

background-color:#98bf21;

width:120px;

text-align:center;

padding:10px;

text-decoration:none;

text-transform:capitalize;

}

a:hover,a:active

{

background-color:#7A991A;

}

li

{

/*float:left;*/

}

HomeNewsContactAbout

切换导航栏后,当前导航栏目颜色加深

$(document).ready(function(){

$("#navbara[href='{{request.path}}']").parent().addClass("active")

})

{{request.path}}##获取当前页面路径

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。