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 client stats bar?
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="Core" data-source="post: 395802" data-attributes="member: 72270"><p>You can construct one yourself with basic knowledge in html and css. Here is a quick example (not tested);</p><p>[code]</p><p><style></p><p>.nav-bar {</p><p>background:#000;</p><p>border-bottom:1px solid #fff;</p><p>color:#fff;</p><p>width:100%;</p><p>height:30px;</p><p>position:relative;</p><p>top:0;</p><p>left:0;</p><p>z-index:300;</p><p>}</p><p></p><p>.nav-bar .container {</p><p>width:900px;</p><p>margin:2px auto;</p><p>}</p><p></style></p><p></p><p><div class="nav-bar"></p><p><div class="container"></p><p>This is example text...</p><p></div></p><p></div> [/code]</p><p></p><p><strong>For RevCMS;</strong></p><p>Then use things like {online} for users online or {username} for your username. E.g.</p><p>Welcome back, {username}! There are currently {online} users online.</p><p></p><p>Look into ajax setInterval and jquery load function for auto updating stats.</p><p></p><p></p><p>rip lol</p></blockquote><p></p>
[QUOTE="Core, post: 395802, member: 72270"] You can construct one yourself with basic knowledge in html and css. Here is a quick example (not tested); [code] <style> .nav-bar { background:#000; border-bottom:1px solid #fff; color:#fff; width:100%; height:30px; position:relative; top:0; left:0; z-index:300; } .nav-bar .container { width:900px; margin:2px auto; } </style> <div class="nav-bar"> <div class="container"> This is example text... </div> </div> [/code] [B]For RevCMS;[/B] Then use things like {online} for users online or {username} for your username. E.g. Welcome back, {username}! There are currently {online} users online. Look into ajax setInterval and jquery load function for auto updating stats. rip lol [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
R63B client stats bar?
Top