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