transparent

Wmode transparent and symbols issue with foreign keyboard

Hello, I have the known issue with wmode transparent and input textfield in my page. I know that the question is often asked but I have a special situation with that case. I need to embed my swf with wmode=transparent but in my swf I have an input textfield and the bug with "@" or "." symbols exists. I have a french keyboard and I dec...

Creating a HTTP handler for IIS that transparently forwards request to different port?

I have a public web server with the following software installed: IIS7 on port 80 Subversion over apache on port 81 TeamCity over apache on port 82 Unfortunately, both Subversion and TeamCity comes with their own web server installations, and they work flawlessly, so I don't really want to try to move them all to run under IIS, if th...

html transparent background

I want to create a webpage with transparent background, a table and some text. I have seen posts related to this, but due to my lack of familiarity with css, I somehow cant get my code to work. I just want a transparent background, while this code is making everything transparent. Can someone kindly help. <html> <head><style type="text/...

masking a UIImage

I'm working on an app that can change the borders or a rectangular UIImage. The borders will vary, but will look like the UIImage was cut out with scissors, or something to that affect. What is the best way to do this? My first thought is to prep a bunch of transparent PNGs with the correct border effect I'm looking for, and then someh...

Transparent UIView like photo gallery app in iphone

The default camera app has a photo gallery which has glossy and transparent look, especially the toolbar. One can see the image partially behind the toolbar. How is this achieved? Is it just by altering the opaque property of UIView? Any pointers are much appreciated. ...

How to get a fully transparent backbuffer in directx 9 without vista Desktop Window Manager

I currently have an activex control that initiates a media (video/audio) framework another development group in my company developed and I am providing a window handle to that code. That handle is being used by their rendering plugin in the pipeline that uses Direct3d for rendering the video using that handle. I have seperate LPDIRECT3D...

Want to make object transparent

I am working with directx. I am displaying two objects on my window. They are intersecting each other. I find the intersecting object. My problem is- I want two original objects to be transparent and the resulting intersected part to be opaque, so that the intersected part can be seen clearly. I found some question related to tra...

loading animated png

I'm looking for an animated Loading icon that is also transparent; however (I know I'm lazy) I dont want to make my own. Please forgive me if this is not the correct forum for this post, I've just had so much luck here in the past. does anyone know where I can find one of these....it needs to be very small (icon size). ...

Transarent background over heavyweight components

I've got a problem. In LayeredPane I have 2 components: heavyweight coponent and JComponent(or any other what I could draw text in) that is placed above the first one. I'd like JComponent to have transparent background, but it has black background. Heavyweight coponent is a component that renders video and JComponent is component what I ...

Using a mask over a transparant background (Flash)

Hi, I'm having a hard time with this and I'm hoping someone can point me in the right direction. First some details about what I am trying to achieve: I'm making a Flash file with Actionscript 3. The SWF I'm creating is supposed to be a scratchcard with a dynamic background (i.e. the covered picture and the location of the SWF can ch...

Transperant Windows In windows mobile using C#

Hi all, I am trying to create a windows mobile application in which i want to show a confirmation window on the top of the main window ( Ex: Quit application / Updating Information). for this i want to put a transparent window on top of the current window. It's more of a Opacity effect. Can anyone give me some glue on how to do this? T...

How to create a translucid/alpha-transparent rectangle using wxpython?

Hello, I have a wx.panel and I want to put a translucid rectangle on a part of it. How can I do that using wxpython? Thanks in advance :) ...

Transparent image - overlap

In my Flex application there's a swf file with some functionality like for example mouseClick and there's an image with transparency which I want it to go on top of that swf. The problem is that the image is covering over any functionality... Is there a way to be able to integrate with swf file on those transparent areas of the image? ...

showing loading image still shows "browser loading image" icon

i have this code running to load my images all asynch and show a ajax loading image until the real image is downloaded. $('img.loadable-image').css('background', 'transparent url(/images/ajax-loader1.gif) no-repeat center center') $('img.loadable-image').load(function() { $(this).css('background', ''); }); this works in that it shows...

Transparent Iframe Body

Hello, I need to have a (crossdomain) iframe with dynamic width and height. My question is, Can I create an iframe with 100% size and a transparent background that will show the parent of this iframe, behind it ? Can I attach a css property or a transparent gif for the iframe background to make that effect ? Thanks. ...

how do i create a transparent canvas, then add transparent pngs to it?

i need to create a transparent image, then combine transparent pngs to it whilst maintaining image quality. how can i do this? imagecreatetruecolor(...); //processing using imagecopymerge(..); imagepng(...); outputs a black background. thanks :) here's my actual code for reference... $d = getimagesize(TMP.$this->files[0]);...

Clicking through a transparent .png

First off, I would like to say that myspace is a pain. But, musicians love it, and I can make some money doing layouts for them. I overlayed a layer of .png's over myspace's original look, but need to utilize the myspace music player. So, I made a picture frame that surrounds the myspace player that has a transparent center so you can se...

Trouble with transparent image on gradient background using html/css

I have a website where the background has a light gradient (light gray from top to white on the bottom). When I place an image with a transparent background on the website, the background of the image picks the top color of the gradient. So instead of the image's background appearing to be a gradient as well and blending in with the site...

How to convert an image into a transparent image in java

How to convert a white background of an image into a transparent background? Can anyone tel me how to do this? ...

How to remove css background transparent?

I don't know how it has occurred and for the life of me, I cannot fix it. I have a div which is hidden using display: none; When a user clicks, I set display: block which shows a new layer. The problem is that all the text is showing through from the layer behind it... How do I force no transparency from a div behind? I have set no t...