When designing a website, I have to specify different CSS for positioning elements in the same browsers in different OSs. For example, I specify different pixels for an element in firefox for linux, mac and windows. The same goes for chrome.
I had to write different CSS using jquery (for different OS). Why CSS is handled differently for the same browsers in different OSs. And is there a way to solve this rendering problem in a different way than jquery?
source
share