如何在Opera上设置background-position-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不会在Opera上工作,似乎不支持background-x:50%; background-position-y:50%;规则.我必须脚本这样做才能与Opera兼容吗?如何解决这个问题呢?
它似乎还没有结束jQuery Mobile角落…