Joined October 2012
·

Joanna Ong

front-end developer
·
Toronto
·
·
·

Posted to RGBA on Internet Explorer 7+ over 1 year ago

I usually use rgba.php by Lea Verou. http://lea.verou.me/2009/02/bulletproof-cross-browser-rgba-backgrounds/

I just include the php file and call it in the css file...
background: url('rgba.php/rgba(255, 255, 255, 0.3)');
background: rgba(255, 255, 255, 0.3);

Achievements
481 Karma
46,448 Total ProTip Views