Top "Transparency" questions

Transparency is the property of being see-through; a transparent object reveals objects behind it.

CSS to hide INPUT BUTTON value text

I am currently styling an <input type='button'/> element with the following CSS: background: transparent url(someimage); color: …

css internet-explorer drupal input transparency
How do you completely remove the button border in wpf?

I'm trying to create a button that has an image in it and no border - just like the Firefox …

wpf button transparency
Setting transparent images background in IrfanView

I have some PNG images which consist of a black shape and a transparent background. Unfortunately, IrfanView shows transparent background …

image transparency alpha irfanview
How can I produce an effect similar to the iOS 7 blur view?

I'm trying to replicate this blurred background from Apple's publicly released iOS 7 example screen: This question suggests applying a CI …

ios graphics transparency
Android WebView style background-color:transparent ignored on android 2.2

I'm struggling to create a WebView with transparent background. webView.setBackgroundColor(0x00FFFFFF); webView.setBackgroundDrawable(myDrawable); Then I load a …

android background webview transparency transparent
Android Transparent TextView?

Simply, how to make a TextView transparent? (Not full transparency) I searched the docs and the StackNetwork and couldn't find …

android transparency transparent textview
How can I make an image transparent on Android?

I am using a linear layout and frame layout. In the linear layout I keep an image as background and …

android transparency
How to make graphics with transparent background in R using ggplot2?

I need to output ggplot2 graphics from R to PNG files with transparent background. Everything is ok with basic R …

r graphics transparency ggplot2
Can PNG image transparency be preserved when using PHP's GDlib imagecopyresampled?

The following PHP code snippet uses GD to resize a browser-uploaded PNG to 128x128. It works great, except that the …

php png transparency gd alpha
C# Picturebox transparent background doesn't seem to work

For a project of mine I need images to display with a transparent background. I made some .png images that …

c# transparency picturebox