Click to See Complete Forum and Search --> : Is it possible to create a pop-up window that has a transparent background?


NEONecd999
08-23-2003, 04:47 PM
Is it possible to create a windowless window (chrome window I guess) that has a transparent background?

Or even so, a pop-up window (doesn't have to be windowless) that has a transparent background, or the background shows what is behind the window?

Thanks for your help.

Khalid Ali
08-23-2003, 05:36 PM
Never tried it in thissituation,however you can try using css
background: transparent;

and see if it works for window as well.

PeOfEo
08-23-2003, 09:39 PM
I am willing to bet that it will never work on ie even if it is possible on other browsers.