Results 1 to 3 of 3

Thread: Allow transparency in Iframe

  1. #1
    Join Date
    Nov 2004
    Location
    near Montreal, Qc, Canada
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Allow transparency in Iframe

    Hi,

    First of all, sorry for my bad english...I'm french canadian so I will propably make lots of errors...

    I need help with this script...someone gave it to me and said he took it here but I think it's missing something!

    <iframe name="iframe" src="page.html" width="100%" height="300" allowtransparency="true" style="filter:chromacolor=#F5FAFD" scrolling="auto" align="center" frameborder="0"><iframe>

    The part I'm having trouble with is in red...it simply does not work...do I need to put something between HEAD and /HEAD??

    Thank's for your help!

  2. #2
    Join Date
    Nov 2004
    Location
    Kent, England
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    For the 'allowtransparency="true" to work, you need to put the following in the HEAD:

    <STYLE TYPE="text/css"> body{background-color:transparent}</STYLE>

    Dont know about the other.

  3. #3
    Join Date
    Nov 2004
    Location
    near Montreal, Qc, Canada
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank's for your help!

Bookmarks

Posting Permissions

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