HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default Transparent iFrames...

    Hey,

    Does Anyone Know The HTML Code For A Transparent iFrame?!

    Thanks!
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Arnt they transparnt by defalt? or is that just in firefox?

  3. #3
    Join Date
    Sep 2004
    Location
    USA
    Posts
    2,119
    Tokens
    1,371

    Latest Awards:

    Default

    must be just firefox
    I donno but its really annoying becuase you must set the background for each page


  4. #4

    Default

    Somewhere in the code put :

    <!--webbot bot="HTMLMarkup" startspan TAG="XBOT" --><IFRAME src="yourpage.htm" height="500" width="500"FRAMESPACING=0; NAME=main; FRAMEBORDER=0; SCROLLING=AUTO ALLOWTRANSPARENCY=TRUE STYLE="filter: chroma(COLOR=#ffffff);<font style="font-family:verdana color:#000000; font-size:10;"></b></font>
    "></
    ><!--webbot bot="HTMLMarkup" endspan
    -->

  5. #5
    Join Date
    Nov 2004
    Location
    London, UK
    Posts
    233
    Tokens
    66
    Habbo
    tularis

    Latest Awards:

    Default

    At the end of the parameters add ALLOWTRANPARENCY=TRUE.
    Example: <iframe src="content_home.html" width="400" height="200" frameborder="0" allowtransparency="true"></iframe>

    In the source for the iframe, in the "head" tags add:

    <style type="text/css">
    body {background-color: transparent}
    </style>


    Example:

    <html>
    <head>
    <title>Anything Here</title>
    <style type="text/css">
    body {background-color: transparent}
    </style>

    </head>
    <body>
    Body here
    </body>
    </html>

    ^There's an easier way but i've found that always works.

    Hope that helps
    Veteran Habbo.

  6. #6
    Join Date
    Oct 2004
    Posts
    34
    Tokens
    0

    Default It Wont Work

    I have tried alll those codes and it won't work. Can anyone please help me? the site is habtoday.us.tt

  7. #7
    Join Date
    Sep 2004
    Posts
    186
    Tokens
    0

    Default

    Your iframe must allow transparency;
    Code:
    <iframe src="example.html" width="x" height="x" allowtransparency="true">
    And now you need to make the file you wish to open in your iframe transparent. Apply this in the <head> tag:
    Code:
    <style type="text/CSS">
    body {background: transparent;}
    </style>
    Last edited by THE NINJA; 07-12-2004 at 06:02 PM.

    Kiss of the Dragon

  8. #8

    Default

    dunno it soz

  9. #9
    Join Date
    Jul 2006
    Location
    Last seen on a train from C17
    Posts
    125
    Tokens
    0

    Default

    Quote Originally Posted by awesomedudesbro View Post
    dunno it soz
    OH BURN

Posting Permissions

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