Top "Opacity" questions

Opacity is the degree to which a graphical object obscures objects which are rendered behind it.

html contentEditable document.execCommand change selected opacity

any one worked with changing opacity on contentEditable selected. I tried with following: document.execCommand('foreColor', false, 'rgba(0,0,0,0.5)'); // with …

html opacity contenteditable execcommand
Is there any way to have opacity apply to absolutely positioned child elements in ie8

In most browsers, when an html element is only partially opaque, its children "inherit" this opacity. (It isn't quite inheritance--more …

css internet-explorer parent-child opacity css-position