0
votes
1answer
22 views
Neither IE7 nor IE8 render PNG transparency
I've got an element, an image, defined as instrument in css and for the life of me I cannot get it to properly display a png with transparency in IE7 or IE8 -- works fine in Safari …
0
votes
2answers
33 views
transparent .gif image not allowing background CSS element to show through
I've just got a quick question that if you have time would be great to have answered.
I'm working on a new site for a woman that is a fixed width site. She wants her background i …
2
votes
1answer
29 views
Draw an image with custom transparency in GDI+
I'm drawing lots of images (all of them dimensions=24x24 pixelformat=32BppPArgb) onto a Control using a Drawing.Graphics object and the DrawImage() function. It's possible to zoom …
0
votes
2answers
69 views
Transparent PNG as Background Image
Hello,
I have an element with a transparent png as its background image - it's like a polaroid with the photo bit cut out so just the frame is showing.
With this as the backgroun …
0
votes
1answer
52 views
How to make transparent background of Silverlight 3 application?
How to make transparent background of Silverlight 3 application? I have the next code but it does not work (
<html xmlns="http://www.w3.org/1999/xhtml" >
…
0
votes
2answers
58 views
Making a TextBox Transparent
Hello,
I have a TextBox in my Form that I want to let it be tranparent and show a picture that is in a PictureBox, behind it, but how I can do this? Thanks.
0
votes
2answers
37 views
PNG transparency in Interface Builder
I'm adding an Image View in Interface Builder with a transparent PNG (A logo in the Navigation Bar) but the transparent pixels seems to render as white..
I searched for PNG in In …
0
votes
0answers
39 views
PHP GD PNG - Transparent text is pretty rigid
I'm using a PHP script that I found a while back that lets you specify text in a GET variable and it will convert it to a transparent PNG. This allows me to use non web safe fonts …
4
votes
1answer
42 views
Can Silverlight play videos with transparency?
Can Silverlight play video with transparency?
At least some tricky way for color keying with C# or HLSL?
So if you know any way how to please post some info.
If yes.
What do …
0
votes
1answer
51 views
jQuery cycle plugin with transparency in IE
After much searching I managed to find these two Cycle plugin options to allow for transparency in Internet Explorer cleartype: true, cleartypeNoBg: true,
The problem I'm getting …
0
votes
2answers
23 views
Transparent background for a control
I'm developing a winforms application (using .NET 3.5)
In a form I have a panel control ,and a datagridview control inside of it .
I want to have some control ( let's say for th …
0
votes
3answers
65 views
WPF ContextMenu Design. How to set Background in WPF MenuItem?
I create popup menu like this.
<DockPanel.ContextMenu>
<ContextMenu Background="#CD252220" Opacity="0.95" Foreground="LightGray" BorderBrush="DarkGray">
&l …
1
vote
0answers
33 views
How to do smooth Alpha chanel keying with Silverlight 3 Pixel Shaders?
How to do smooth Alpha channel keying with Silverlight 3 Pixel Shaders?
I want some HLSL filter (like this Shazzam HLSL example)
sampler2D implicitInputSampler : re …
0
votes
3answers
120 views
Create a fully transparent WPF window to capture mouse events
I'm trying to trap mouse events in WPF by using a topmost, transparent non-modal window. I'm finding that this works fine if the opacity of the window is 0.01 or greater and it ha …
0
votes
1answer
31 views
Adobe Flex Transparency not working on Button icon
I am fairly inexperienced with Flex, but my googling has retrieved nothing to suggest this is an obvious question.
I have an mx:Button with an Icon on it that is a png file with a …
