Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Download and support for the PhpBB3 BBCodes Premod
martin123456
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:
Post
by martin123456 » 05 Jun 2012, 01:43
Stoker can you see why the script below is not collapsing ? its on pre_mod index_body.html
Code: Select all
<div class="Frame" style="width: 100%;">
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt style="width:100%; text-align:center;">SITE STATISTICS</dt>
</dl>
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' --><div class="portaltrigger portalactive"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<li class="row" style="overflow: auto;">
<div style="text-align:center;border:1px solid white">
<div style="text-align: center;">
index_body.html stats belong here
</div>
</div>
</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
</div>
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 05 Jun 2012, 07:42
You need to wrap the entire box in: <div class="forumlist">box here</div>
Board rules! No PM support
martin123456
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:
Post
by martin123456 » 05 Jun 2012, 11:29
I'l try it but it's strange it worked like that once before as i had that code saved on another site .
edit it works your way and on local host it works my way (using my code) strange ?
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 05 Jun 2012, 11:55
Weird
Board rules! No PM support