我只是为 div 创建下一个 css 代码,使其始终正确:
#button > .right{
background-position: -268px 1415px;
height: 180px;
position: fixed;
right: -90px;
top: 40%;
width: 263px;
-webkit-transform : scale(0.23);
-moz-transform : scale(0.23);
-o-transform : scale(0.23);
-ms-transform : scale(0.23);
transform : scale(0.23);
}
我在 firefox 中尝试,这段代码很好,但是当我在其他浏览器中尝试时,找不到。
任何想法?
pdt:这是网址http://supboat.herokuapp.com/
编辑:这段代码很好,问题是因为这个 div 在其他 div 中,位置:relative。