0
votes
1answer
24 views
Replacing PNG images with transparent background in Internet Explorer
image1.png and image2.png are both with transparent background.
<script type="text/javascript">
$(document).ready(function(){
$("img#test").click(function() {
…
2
votes
3answers
42 views
What is the benefit of using the “transparent” value in the CSS background property before a url of a png?
I have often seen stylesheets written where you have something like this:
#anyelement {
background:transparent url(../img/filename.png) no-repeat left top;
}
The value in question is the …
1
vote
1answer
23 views
WS_EX_LAYERED colorkey - Vista issues
We place our transparent app window, over the window of another process. Our window contains some child controls. We create a WS_EX_LAYERED window, using colorkey for selective transparency. The main …
0
votes
2answers
29 views
how can I control the opacity and z-order of the top level window in WPF?
I would like to make a small WPF app window semi-transparent and on top of other windows.
When I change settings on the top level Window it only seems to effect the contents, not the titlebar or …
0
votes
2answers
76 views
Embed Flash Transparent FLV
Hi,
I am trying to embed a flash movie (.flv) into a webpage with a transparent background.
Requirements:
- Flv runs in transparent mode - I must be able to view html contents below.
- Movie does …
0
votes
4answers
117 views
Transparency in splash screen
I saw the splash screen of the Corel-Draw 12 application and lost my mind!
What technique do they use?
On application start-up they load a transparent image, use windows api or what?
How do they …
0
votes
0answers
17 views
Text in MS Charts gets “blocky” when BackColor is transparent
When settings BackColor = Color.Transparent, this is the picture I end up with from Microsofts asp.net chart control
http://login.competencetool.se/blockychart.bmp
If I don't set any …
0
votes
2answers
285 views
Firefox 3.5.3 Windows + Flash + swfobject wmode problem
I'm having issues with Firefox 3.5.3 Windows embedding Flash using wmode.
If I set the wmode parameter to 'transparent' or 'opaque' Firefox 3.5.3 Win XP (Flash player 10.0.32.18 r32) completely fails …
1
vote
3answers
245 views
C# - Make form semi-transparent while moving
Is there any way to make the form semi-transparent while it is being moved and then become opaque when it's not being moved anymore? I have tried the Form_Move event with no luck.
I'm stuck, any …
2
votes
2answers
113 views
How to clear graphics on a transparent control in windows forms
So, I am pretty unfamiliar with windows forms development.
I'm trying to create a "hey I'm busy doing stuff" component that just spins a shape around. I want this control to be transient and draw on …
1
vote
2answers
282 views
Delphi transparent PNG Issue
So, I have a png file that uses transparency(is actually a circle with gradient effect from black, in the middle, to transparent on the margins). I am putting this on a form using TImage. I am setting …
0
votes
2answers
160 views
Android: ListView Flicker effect. Any hints on how to get rid of this?
For some reason, whenever I scroll through my list of items, the background inside my listview disappears and reappears giving rise to a "flicker" effect which I don't really want. I've tried the …
0
votes
4answers
104 views
css Gif white background stroke?
Hi Does anyone know how to fix the white background stroke in the css that you see when a transparent gif is overlayed on a colour?
Thanks for your help Regards
Judi
0
votes
0answers
24 views
Internet Explorer PNG DOM Loaded Images
I have a site setup using transparent PNG images that, of course, don't want in IE without the transparency fix applied. Well, the fix is applied but it still isn't working.
div, img { behavior: …
1
vote
3answers
61 views
How can I generate images of circles, of varying sizes?
For the task I'm trying to accomplish, I need to generate many images, all consisting of a black circle border on a transparent background, but each a different size (going up in size from 3x3 to, …
