Standardista

CSS3, JavaScript and HTML5 explained

HSLA Color Picker / RGBA Converter

| September 3, 2011

color:hsla(
328,  

 H  

blah

100%,  

 S  

44%,  

 L  

1.00  

 A  

);

HSLA Colors

More …

Hack for CSS3 Supporting Browsers

| April 6, 2010

Implementing CSS3 features in your CSS file can be complex. You have to make sure that the CSS you’re feeding to FF3+, Chrome, Opera and Safari are not being read by FF2, IE6, IE7 and IE8. There’s a simple hack to make sure that your CSS3 is fed only to browsers that support it… it’s forward compliant and it’s valid markup.