Im trying to find a css hack for just safari NOT chrome -


this question has answer here:

im trying find css hack safari not chrome, know these both webkit browsers im having problems div alignments in chrome , safari, each displays differently.

i have been trying use affects chrome well,

@media screen , (-webkit-min-device-pixel-ratio:0) {  

#safari { } } know of 1 apply safari please?

you can use media-query hack select safari 7+ other browsers.

@media \\0 screen {} 

disclaimer: hack targets old chrome versions (before july 2013).

tips: found on browserhacks website.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -