I have a problem. I'm redesigning a website and I'm using HTML5 + CSS3. I'm making a bar with like and follow buttons. I normally handle those with an unordered list where the ul has a height of 20px and each child li element has the same 20px height and float:left. Then, I insert the div.fb-like and the follow button in separate li's.
The problem I'm having is that in Windows the like button moves 6px down on IE9, Firefox and Opera but works fine on Chrome and Safari (all browsers are up-to-date). I tried using jquery css fixing which worked fine, but then I opened the site on a Macbook on Chrome and it had the same problem with the 6px move.
Previously I had made another page where I used almost the same bar layout, but it was with XHTML 1.1 Transitional. For some reason it doesn't have that problem.
I am using the HTML5 version of the Like button.
You can see the demo here: http://yucatan.travel.zebradm.mx/prueba.php