Results 1 to 3 of 3

Thread: Iframe Help...

  1. #1
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    198
    Tokens
    0

    Default Iframe Help...

    Ok I coded my layout in Iframes right.
    On the iframe have
    HTML Code:
    allowtransparency="true" target="self" style="filter: chroma(color=ffffff)"></iframe></TD>
    and its transparent in IE, but then its not in FireFox, then i change it
    to
    HTML Code:
    allowtransparency="true" target="self"></iframe></TD>
    and then its transparent it FireFox and not IE. Is there a solution to this
    problem.. And don't reply with a responce like
    why don't you
    just not us Iframe, i hate iframes, they are garbage and are useless.
    Thankyou,
    Evan!

    big useless text.

    Edited by L&#181;ke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks .
    Last edited by Lµke; 13-02-2007 at 11:48 AM.
    ---

  2. #2
    Join Date
    Jul 2006
    Location
    England
    Posts
    610
    Tokens
    0

    Default

    On the page that shows in the iframe don't you need to put
    HTML Code:
    <style type="text/css">
    body
    {
    background-color: transparent
    }
    </style>


  3. #3
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    198
    Tokens
    0

    Default

    lol thanks..

    Works now.
    Thread can be closed.
    ---

Posting Permissions

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