我在这里有这个网站:http: //seasonsrestaurant.ca/
在 Firefox 中,我的社交媒体图标都是 twitter 图标。这是我的 CSS。为什么后台位置不起作用?
ul.social-media li.twitter{
background-image:url(http://www.seasonsrestaurant.ca/images/social.png);
background-position-x:0px;
width:25px;
height:26px;
}
ul.social-media li.instagram{
background-image:url(http://www.seasonsrestaurant.ca/images/social.png);
background-position-x:-26px;
width:25px;
height:26px;
}
ul.social-media li.facebook{
background-image:url(http://www.seasonsrestaurant.ca/images/social.png);
background-position-x:-52px;
width:25px;
height:26px;
}