Jump to content

can't work this out...


toolman

Recommended Posts

Hi there,

 

I have a 3-tabbed box which I want to display 3 lots of info in.

 

I currently have a directory script which displays the latest listings. This part works fine, but for some reason, they only load when click on one tab and back to it. Also, for some reason, it is appearing on the second tab instead of the first tab in which it is placed.

 

You can see what I mean here: http://tinyurl.com/36ted89

... if you scroll down you will see a box on the right with 3 tabs. I am trying to get the first tab "Recent" to display these listings.

 

This is the code I have:

 

<div class="tab" id="tab_top">
        <div class="bottom">
            <div class="cont" style="height: 218px; display: block;">
            
                <ul class="small active" style="display: block;">
                <!-- latest listings -->
                <li class="">
                <?php echo $template_sidebox_recent; ?>
                </li>
                </ul>
                <!-- end latest listing -->
                        
                <ul class="big" style="display: none;">
                <li>test</li>
                </ul>
                        
                        
                <ul class="small" style="display: none;">
                <li>test</li>
                </ul>
                
                
                
            </div>
        </div>
    </div>

 

I know this is a long shot, but I would really appreciate it if someone could help me out.

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.