transparent

Using PHP's GD functions, how can I create an ellipse that is anti-alised and has a transparent background (PNG24 with alpha)?

I'm able to draw a circle on a transparent background, but it's pixelated around the edges. I can also get an anti-aliased circle on a non-transparent background with http://mierendo.com/software/antialiased_arcs/. So, how do I get both? ...

JList with transparent cell renderer on MacOS

I have the following Java Swing code that shows a JList with custom cell renderer (JCheckBox used as renderer component). The JList itself is made transparent, and also the JCheckBox is made transparent, so basically the color of the background container (yellow) should shine through. This works fine on Windows and on Linux, but on MacO...

Is there a way to make TRadioButton be Transparent?

I'm using delphi 2010 ...

sIFR disabling outline when wmode is transparent

When I use sIFR with wmode:'transparent' and click sIFRed text an outline occures. It happens only in Firefox. Can I do anything about it? When I use solid color outline does not appear, but I must have a transparent background. ...

Biggest z-index but still "transparent"?

Hello Is there a way to click through element, even if it's on top of the others. I have a link under one div, and the div must be where it is, but link should of course be clickable. Solutions? Even jQuery is okay, if impossible with CSS. Martti Laine EDIT: I cannot add link higher, because the div here is a kind of overlay/glare. ...

How to create a transparent textview on click over the running screen

How to create a transparent textview on click at the bottom of the running screen. Thanks in advance.... ...

Android, Transparent sub-GLSurfaceView in layout?

I'd like to display some 3d object on top of the normal 2d ui layout screen. The 2d ui screen has background image, and GLSurfaceView is child of the content layout. I tried the same technique of the Translucent GLSurfaceView in ApiDemos sample, but GLSurfaceView clears all and shows black background. <?xml version="1.0" encoding="...

iPhone MailComposer class UIViewController dismissModalViewControllerAnimated issues

I created a class to launch the MailComposer so that my iPhone app would only have one place to go when generating various kinds of e-mail: some with attachments, some not. Some with pre-filled addresses, some not. I didn't want my class implement UIViewController, but it has to so it can be the delegate for the MailComposer. Otherwise,...

Transparent div containing non transparent content - IE 6 height:100% not working

Hey there! I have a bit of a sticky IE 6 problem (don't we all?). I figured out what I think is a pretty neat way to have a div with a transparent background that shows the background's body image and containing non-transparent content. This consists of three divs really: One big container div, one absolutely positioned transparent div...

System context menu Icon not transparent like WinRAR

I added a icon at the system context menu(the popped up menu when we right mouse click on any file/foler). But the icon is not transparent(in xp its not notice able, but in vista/win7 it is clearly visible) there is a white background beneath the icon. But WinRAR or TortoiseSVN icons don't have any white background, they are transparent....

Make an image transparent in IE to show non-transparent background

Hi, I'm trying to get this thing to work in IE (any version - works in FF, Opera, Safari, Chrome ...): I have a DIV with a background-image. The DIV also contains an image that should be transparent onMouseOver. The expected behaviour now is that the DIV-background would shine through the transparent image (which it does in all browse...

Semi-transparent PNG Image on transparent Form

Hello, I have a problem dealing with transparent images on transparent Forms. I have been trying and looking for a solution but nothing useful came up. The problem is: I have a Form, this Form has a Panel and the Panel has a PictureBox. Form and Panel are transparent. Now, if the image of the PictureBox has no semi-transparent it work...

Ignore mouse interaction on transparent parts in image and assign it to the image below

i have two tables with images that parts of them are transparent and i want to ignore mouse interactions (especially clicking) on these parts and assign the click to the image in the other table that below. (i hope you understand because english is not my native language.) thanks.. ...

sIFR displays only the first line of text in Opera when on transparent background

I have implemented sIFR for the first time, on a test page. The code I have is below. It works fine in IE7, Firefox, Safari and Chrome, but in Opera only the first line of sIFR-ed text appears when the page first loads and after refreshing the page. But, if I scroll the page, all the text appears! It seems to have to do with transpare...

jquery toggle and transprent PNG

i have a jquery toggle that animates and displays a DIV. i have a transparent PNG , drop shadow type background image, and when it first appears, i see a black background then it dissapears once the image loads... is there a way around that? is that a bug? i have it animating slow, so maybe that has something to do with it... should ...

flex application transparent backbround

i have some problems with embedding swf into html page. Customer asked me to add some round corners to my application. I added. Then the design of the has changed and instead of black background i got ragial gradient( So, i need to make the corners of the swf transparent, but don't know how. wmode=transparent and backgroudAlpha param d...

Java Swing transparent JPanels problem

I'm having A JLayeredPane where I add 3 JPanels. I make the JPanels transparent (no background is set and setOpaque(false)). I draw lines on the JPanels and only the line on the last JPanel which has been added is visible. The lines of the other JPanels are not visible through that top JPanel (even if I have added different zIndexes whe...

How to add wmode="transparent" for every flash object & ebmed tag?

I have a page which displays dynamic flash content from issuu.com. I need to add wmode="transparent" because otherwise navigation menu shows under flash. Is there a short way to do this with jQuery or simple java-script? I don't want to change embed code every time a flash is added. ...

Any way to make GtkProgressBar have a transparent background?

So far I've not been able to find any way to make the background of a GtkProgressBar transparent. I've tried setting a transparent image as the background, but the alpha channel is ignored. Can this be done? ...

Transparent checkbox with theme-support?

I'm looking for a simple, transparent checkbox component that properly supports XP/Vista/7 theming. It should also work with Delphi 7. I've found a component on Torry's that's not working properly, and I know that Raize components has a transparent checkbox - but I'm obviously not going to pay $300 for the entire package just to get th...