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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -