迪士尼页面重点记录

1

在导航菜单中加入雪碧图代码格式:

nav>a:first-child>i{
width: 20px;
height: 20px;
background-image: url("../images/Disney/icon.png");
/*background-position: -23px 0px;*/
}

/*hover导航的元素颜色*/
nav>a:nth-child(1):hover>i{
background-position:-22px 0px;
}

 

posted on 2018-04-22 01:14  Austin_Wong  阅读(81)  评论(0)    收藏  举报

导航