Is there a way that I can set different top value for different browser? For example, top:17px for Chrome, but top:40px for Firefox?
I tried to set the top value for a class, but the top value seems works differently in different browsers, for example, I set the top:17px for the search bar, it works for Chrome, Safari and Opera, but when it comes to Firefox, the position of the search bar is way too high.
Then I adjusted it to top:40px then they are the same. So just wondering if there is a way that I can set different top value to Firefox browser,
Like -moz-top: 40px? But it didn't work