Top "Opacity" questions

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

Transparency of a filled stroke in HTML5

I'm working on a doodling app in HTML5 and I would like to do a sort of bucket feature. The …

html canvas opacity fill stroke
Changing TextView Opacity in Android

So I'm trying to dynamically change the opacity of a TextView in my android app. I have a seekbar and …

android textview opacity seekbar
How to set html input field transparent on a transparent div?

I have a div set transparent with rgba and want on that div an input field which also has a …

css opacity rgba html-input
canvas fillStyle in interval with transparent/opacity

This small code clear old canvas data in interval: // start interval ctx.save(); ctx.fillStyle = "rgba(0, 0, 0, 0.2)"; ctx.fillRect(0, 0, ctx.width, …

javascript canvas opacity
Check opacity by jQuery

How do I check if the opacity of an element is 0, and then do something in jQuery?

javascript jquery html css opacity
How to keep text opacity 100 when its parent container is having opacity of 50

I have a list div which have a opacity set to 50 and inside this div I want to display some …

css html opacity
Apply opacity to background image but not text

My problem is when I make my picture darker the text in class .text gets darker too, and I don't …

html css opacity
Can you create gradients that fade to opacity using CSS or JavaScript?

WebKit has introduced the ability to create CSS gradients. For example, with the following code: -webkit-gradient(linear, left top, left …

javascript css google-chrome opacity gradient
How to set transparent background in HTML5 element

I want to set the opacity of an element to 0. Now if i do this, all the content of the …

css opacity
CSS - Opaque text on low opacity div?

I have a div with 60% opacity, to show part of a background image behind the div. Because the opacity is …

css opacity