Opacity is the degree to which a graphical object obscures objects which are rendered behind it.
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 execcommandIn 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