> Sorry for mixing threads... i'll break this into it's own:
> 
> What is the proper way to use rgb as a fallback to rgba ?
> 
> I have:
> 
> color: rgb(255,255,255);
> color: rgba(255,255,255,.4);
> 
> I saw this somewhere with the mention that the rgba would be ignored
> by unsupported browsers, but IE6 and 7 show black not white.
> 
> Does this only work for background colors?

If you do not care if the file does not validate, then you could go:

color: rgba(255,255,255,.4);
*color: #fff;

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to