PDA

Click to See Complete Forum and Search --> : Transparent background?


wernerh
Aug 14th, 2001, 07:17 AM
I have a page with a watermark background image and some textboxes on this page. Is it possible to make the background of the text boxes TRANSPARENT?

I also have a page with a IFRAME in it, that loads another page.
How can I make the background of the page that loads in the IFRAME TRANSPARENT???
:confused: :(

scoutt
Aug 14th, 2001, 10:20 AM
I don't think a background can be transparent. what do you expect to see if it was? the monitor :D no really I think it will be only white.

Psyrus
Aug 14th, 2001, 10:35 AM
Actually you can make a textbox's background transparent, at least in IE5.5.

<input TYPE = "text" NAME = "txtTrans" STYLE = "background-color:transparent;">

scoutt
Aug 14th, 2001, 10:42 AM
oh I was thinking of the whole background transparent. if you just want teh Iframe to have the same background as the rest of the page then ya you could try what chris suggested with the Iframe as well, then again this site won't work in NS because it doesn't support the Iframe, maybe NS6 does not sure.