我如何为搜狗浏览器编写我的css代码,因为我使用了css hack for safari浏览器,结果影响了我的元素的位置.Below是safari的css代码:
@media screen and (-webkit-min-device-pixel-ratio: 0)
.search-box-left input[type='image'] {
top: 15px;
}
我想要的搜狗浏览器是:
.search-box-left input[type='image'] {
top: 25px;
}
https://en.wikipedia.org/wiki/Sogou#Sogou_browser
所以请建议。