如何在Opera上設置background-position-x?如何設置背景位置x?
div#logocontainer{
width: auto;
height: auto;
text-align: center;
line-height: 200px;
overflow: auto;
margin-left: auto;
margin-right: auto;
background-image: url(../img/WatermarkMP.png);
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
padding: 10px;
}
我有以下的CSS規則,它會在Chrome和Safari,桌面和移動版本上正確顯示。但它不會在Opera上工作,似乎不支持background-position-x:50%; background-position-y:50%;規則。我是否必須編寫腳本才能與Opera兼容?我如何解決這個問題以支持歌劇呢?
它也似乎不圓jQuery Mobile的角落...
它在Firefox上工作嗎? – JAB
@JAB:不,它沒有。 – thirtydot