You are using wrong order of vendor-prefixes:
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
And the right order is:
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
Fransuisse
Instead create propertie CSS “.l_arm,.r_arm” you can create a class arm applicated in the arm div and remplace “.l_arm,.r_arm” by “.arm”. I think that take less charactere
6 Comments
(close)Marius
That’s just amazing. Great job. Working in Chrome, Firefox, Safari. Ok in Opera, only not moving :) Of course, not working in IE :p
Vladimir Starkov
You are using wrong order of vendor-prefixes:
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
And the right order is:
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
Fransuisse
Instead create propertie CSS “.l_arm,.r_arm” you can create a class arm applicated in the arm div and remplace “.l_arm,.r_arm” by “.arm”. I think that take less charactere
keyul Shah
Sup up Hates off of CSS3
Ryan
I think you just taught me how to draw in CSS :D
hamimferdous
Great work man! keep it up!