我有两个名为 a.html 和 b.html 的 html,文件 achive在这里,徽标图像的 css 在这里:
.mylogo{
float:left;
position:relative;
padding:9px 0 0 0;
zoom:1; /* some effect*/
}
.mylogo img{
position:absolute;
top:10px; /* distance between parent element*/
left:0;} /* set margin*/
.gets-logo-4x{float:left;}
在 b.html 中添加一些 css 文件(对于其他省略的元素)后,b.html 的徽标图像无法在 firefox 中显示(在 chrome 中工作)。如何只修改 mystyle.css 以使其工作?任何帮助将不胜感激!