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?
2.1m questions
2.1m answers
60 comments
57.0k users