Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[R63B] Overlaying DIV ON Swf
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Synt4x" data-source="post: 376909" data-attributes="member: 65632"><p>It wasn't as simple as z-index as swfobject replaces the innerHTML of the body if id="client" is an active attribute of the tag. For anybody wanting to stop this from happening (i.e. if they're adding a radio to the client and it doesn't seem to work, do the following:</p><p></p><p>Replace:</p><p>[HTML]<body id="client" class="flashclient">[/HTML]</p><p>With:</p><p>[HTML]<body>[/HTML]</p><p></p><p>If there is already [HTML]<div id="client"></div>[/HTML] present within your client file, then you do not need to add the code above. If it doesn't exist, then add it.</p><p></p><p>Has your client gone weird and not fully expanding? Add the following just above </head>:</p><p>[CODE]</p><p><style type="text/css"></p><p>body, html,</p><p>#client {</p><p> width: 100%;</p><p> height: 100%;</p><p>}</p><p></style>[/CODE]</p></blockquote><p></p>
[QUOTE="Synt4x, post: 376909, member: 65632"] It wasn't as simple as z-index as swfobject replaces the innerHTML of the body if id="client" is an active attribute of the tag. For anybody wanting to stop this from happening (i.e. if they're adding a radio to the client and it doesn't seem to work, do the following: Replace: [HTML]<body id="client" class="flashclient">[/HTML] With: [HTML]<body>[/HTML] If there is already [HTML]<div id="client"></div>[/HTML] present within your client file, then you do not need to add the code above. If it doesn't exist, then add it. Has your client gone weird and not fully expanding? Add the following just above </head>: [CODE] <style type="text/css"> body, html, #client { width: 100%; height: 100%; } </style>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[R63B] Overlaying DIV ON Swf
Top