标签:导航 代码 first 菜单 bsp pos nbsp idt height
1
在导航菜单中加入雪碧图代码格式:
nav>a:first-child>i{
width: 20px;
height: 20px;
background-image: url("../images/Disney/icon.png");
/*background-position: -23px 0px;*/
}
2
/*hover导航的元素颜色*/
nav>a:nth-child(1):hover>i{
background-position:-22px 0px;
}
标签:导航 代码 first 菜单 bsp pos nbsp idt height
原文地址:https://www.cnblogs.com/austin0505/p/8904797.html