May 15, 2011
Using CSS3 sucks (right now, but I’m sure it’ll get better)
Am I the only one to think that using a number of aspects of CSS3 right now really sucks? The potential it offers is great, but does anyone really think doing something like this for a gradient is a productive use of time? [code lang=”css”] background: #9880cc; /* Old browsers */ background: -moz-linear-gradient(top, #9880cc 0%, #bab3cc 93%); /* FF3.6+ */...