Results 1 to 4 of 4

Thread: Transparent background?

  1. #1

    Thread Starter
    Addicted Member wernerh's Avatar
    Join Date
    Sep 2000
    Posts
    170

    Question Transparent background?

    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???

  2. #2
    scoutt
    Guest
    I don't think a background can be transparent. what do you expect to see if it was? the monitor no really I think it will be only white.

  3. #3
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    Actually you can make a textbox's background transparent, at least in IE5.5.
    Code:
    <input TYPE = "text" NAME = "txtTrans" STYLE = "background-color:transparent;">
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  4. #4
    scoutt
    Guest
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width