我有 Metro 应用程序,我试图在其中实现 Appbar 命令控制。我能够显示带有一些图像的 Appbar,但问题是当我突出显示(悬停)时图像正在移动。我的一些代码在这里
.homebtn1 .win-commandimage{ background-image: url('/images/homeActive.png');
width:140px;
height:75px;
};
.appbarExtraClass .win-commandicon
{
height:75px;
width:140px;
margin:0px 2px 2px 2px;
}
任何人都可以告诉我我需要对上面的 CSS 进行哪些更改才能使图像保持不变。
谢谢你。