Is there such a thing as conditional comments for Chrome?
I have a page that renders differently in Chrome when compared to Firefox.
Thanks
You can target WebKit based browsers using this in your CSS
@media screen and (-webkit-min-device-pixel-ratio:0) { Body {} }
Perhaps this will help?
1.4m articles
1.4m replys
5 comments
57.0k users