Page 1 of 1

Custom box

Posted: 05 Jun 2012, 01:43
by martin123456
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>

Custom box

Posted: 05 Jun 2012, 07:42
by Stoker
You need to wrap the entire box in: <div class="forumlist">box here</div>

Custom box

Posted: 05 Jun 2012, 11:29
by martin123456
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 ?

Custom box

Posted: 05 Jun 2012, 11:55
by Stoker
Weird :?