开发者

Google Maps v3 breaks Safari 5.0.5 Mac OS X font rendering

开发者 https://www.devze.com 2023-03-10 21:11 出处:网络
When I embed a Google map into a web page and view it in Safari 5 on Mac all fonts before the map widget are ok, but fonts after seem to loose antialiasing and look ugly. Does anybody bumped into such

When I embed a Google map into a web page and view it in Safari 5 on Mac all fonts before the map widget are ok, but fonts after seem to loose antialiasing and look ugly. Does anybody bumped into such thing? H开发者_如何学Goow can one fix this?


Try applying

.map{
    -webkit-transform:none;
     z-index:10;
}

to the google map div/frame


Had the same issue. The elements you're applying cufon on cannot be position:absolute; It's also a Safari 5 OSX specific bug.

0

精彩评论

暂无评论...
验证码 换一张
取 消