2012-06-10, 06:19:20
Timbow Wrote:It's the prefix (-webkit, -mox-) that fixes the problem for each browser and ensures that your element is viewed correctly across all platforms. Of course the 'coding' (between the colon and semi-colon) is the same - you want the content to look the same in all the browsers :-)But the code is the same for each one! WTF?Code:-webkit-box-shadow: 2px 5px 0 0 rgba(72,72,72,1);
-moz-box-shadow: 2px 5px 0 0 rgba(72,72,72,1);
box-shadow: 2px 5px 0 0 rgba(72,72,72,1);