Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6167419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:30:35+00:00 2026-05-23T22:30:35+00:00

I’m creating a kind of wizard using jQueryUI tabs. The first tab has the

  • 0

I’m creating a kind of wizard using jQueryUI tabs. The first tab has the user make a choice from a matrix of images where each image also has a radio button and image title beneath it. For some reason, the images and buttons and title don’t show up inside the tab. Here’s the site: link

And here’s the code:

<div id="tabs">         <ul>        <li><a href="#tabs-1">Template Choice</a></li>      <li><a href="#tabs-2">Site Basics</a></li>      <li><a href="#tabs-3">Services List</a></li>        <li><a href="#tabs-4">Products/Resources List</a></li>      <li><a href="#tabs-5">Gallery Images</a></li>       <li><a href="#tabs-6">Buzz List</a></li>        <li><a href="#tabs-7">Review &amp; Confirm</a></li>     </ul>       <div id="tabs-1">
                <div>
                    <div class="temp_wrap">

                <img src="images/accordion_t.jpg" alt="accordion" />

                <div class="temp_desc">

                    <p><input type="radio">&nbsp;</input>Accordion</p>

                </div>
                        </div>
                    <div class="temp_wrap">

                <img src="images/animation_t.jpg" alt="animation" />

                <div class="temp_desc">

                    <input type="radio">&nbsp;</input>Animation

                </div>
                            </div>
                    <div class="temp_wrap">

                <img src="images/dog_t.jpg" alt="dog" />

                <div class="temp_desc">

                    <input type="radio">&nbsp;</input>Dog

                </div>
                    </div>
                </div>      </div>      <div id="tabs-2">
                <img id="loading" src="/images/loading.gif" style="display:none;">
                <form name="form" action="" method="POST" enctype="multipart/form-data">
                <div class="site_basics_line">Enter your Name, or your Company's name:<input type="text"></input></div>
                <div class="site_basics_line">Enter your Tagline, or your Company's Tagline:<input type="text"></input></div>

        <div class="site_basics_line">Background Image Upload&nbsp;<input id="fileToUpload" type="file" size="45" name="fileToUpload" class="input">Please select a file and click Upload button<button class="button" id="buttonUpload" onclick="return ajaxFileUpload();">Upload</button></div>

        <div class="site_basics_line">Logo Upload&nbsp;<input id="fileToUpload" type="file" size="45" name="fileToUpload" class="input">Please select a file and click Upload button<button class="button" id="buttonUpload" onclick="return ajaxFileUpload();">Upload</button></div>
                <p>Click here to pick a background color:<input type="text" id="color" name="color" value="#FFFFFF" /><div id="colorpicker"></div></p>
                        </form>
                <a href="#" id="next_2">Next</a>
            </div>
            <div id="tabs-3">       <p>
                <div class="site_basics_line">Upload a service icon:&nbsp;<input id="fileToUpload" type="file" size="45" name="fileToUpload" class="input"><button class="button" id="buttonUpload" onclick="return ajaxFileUpload();">Upload</button></div>
                <p>Add a title for this service: <input type="text"></input></p>
                <p>Add a description for this service: <textarea rows="2" cols="20"></textarea></p>
                </p>        <a href="#" id="next_2">Add</a>&nbsp;<a href="#" id="next_3">Next</a>       </div>      <div id="tabs-4">
                <p>
                <div class="site_basics_line">Upload a product or resource icon:&nbsp;<input id="fileToUpload" type="file" size="45" name="fileToUpload" class="input"><button class="button" id="buttonUpload" onclick="return ajaxFileUpload();">Upload</button></div>
                <p>Add a title for this product or resource: <input type="text"></input></p>
                <p>Add a description for this product or resource: <textarea rows="2" cols="20"></textarea></p>
                </p>
            <a href="#" id="next_2">Add</a>&nbsp;<a href="#" id="next_3">Next</a>       <a href="#" id="next_4"></a>        </div>      <div id="tabs-5">       <p>
                <div class="site_basics_line">Add a Gallery Image&nbsp;<input id="fileToUpload" type="file" size="45" name="fileToUpload" class="input">Please select a file and click Upload button<button class="button" id="buttonUpload" onclick="return ajaxFileUpload();">Upload</button></div>
                </p>        <a href="#" id="next_5"></a>        </div>      <div id="tabs-6">
            <div class="site_basics_line">Add a Buzz Image&nbsp;<input id="fileToUpload" type="file" size="45" name="fileToUpload" class="input">Please select a file and click Upload button<button class="button" id="buttonUpload" onclick="return ajaxFileUpload();">Upload</button></div>      <p>Add a link for this Buzz Item: <input type="text"></input></p>       <p>Add a description for this service: <textarea rows="2" cols="20"></textarea></p>         <a href="#" id="next_6"></a>        </div>      <div id="tabs-7">
                <p>Please confirm that you are satisfied with what you have entered and uploaded to your site. When you are, please click the Submit button. Otherwise, you may edit any of the entries made and return to this portion of the site to confirm your site's content. Note that you may return any time to add, edit, or delete the content of your site.</p>         <a href="#" id="next_0"></a>        </div>   </div>

All of the other tabs behave normally.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T22:30:35+00:00Added an answer on May 23, 2026 at 10:30 pm

    You need to add an extra element after all your floating elements to “push” down the container element. So, in your case, add the following line just before the closing tag of <div id="tabs-1">:

    <div style="clear:both; float:none"></div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I'm making a simple page using Google Maps API 3. My first. One marker
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.