PDA

View Full Version : How to make transparent background?


frontline
09-19-2002, 02:07 PM
Hello
im opening full screen window with window.open
im trying to make it transparent (so i can see the parent browser beneath it)
i tried to make (in the child window body) style="background-color : transparent"
but it still gives me wait color.
any idea how to make it transparent?
tnx

martin_narg
09-19-2002, 02:52 PM
unfortunately this can't be done. you cannot do this with any seperate html page (i.e. you can't do it with an external page in in a frame/iframe either. The only way to do it is to write the content onto a layer and give that layer a transparent background, but you are simply putting text/images onto a layer on the same page.

sorry to be the bearer of bad news.

m_n