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

  • Home
  • SEARCH
  • 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 4241968
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:22:47+00:00 2026-05-21T03:22:47+00:00

I am having problem in IE7 for regristration form I made for this site,

  • 0

I am having problem in IE7 for regristration form I made for this site, and it only messes up on the bottom and only occurs in IE7. The page with the problem is this one:

https://www.iptlock.com/createaccount.php

The radio buttons on the bottom of this page appear in reverse order. I have them set up in CSS like this but this is not how they are displayed. Any ideas why?

    #packagechoice{
        width:20px;
        position:relative;
        margin-left:190px;
        margin-top:15px;
        float:left;
    }

    #packagechoice2{
        width:20px;
        position:relative;
        margin-left:190px;
        margin-top:15px;
        float:left;
    }
    #packagechoice3{
        width:20px;
        position:relative;
        margin-top:15px;
        float:left;
}
  • 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-21T03:22:47+00:00Added an answer on May 21, 2026 at 3:22 am

    When using float:left the leftmost item needs to appear first in your HTML. Your HTML is in reverse order.

    EDIT:

    The problem with your HTML is that the radio buttons and the packages are separate line-items. They appear distant in the HTML. Your code also suffers from DIV-itis. It lacks semantic structure which is why things aren’t cooperating the way you expect.

    Consider this:

    <style>
    .packages ul, .packages li {
        list-style:none;
        padding:0;
        margin:0;
    }
    
    .packages li {
       float:left;
    }
    
    .clear {
        clear:both;
    }
    </style>
    
    <div class='packages'>
        <ul>
            <li>
                 --- your package ---
                 --- your radio button ---
            <li>
            <li>
                 --- your package ---
                 --- your radio button ---
            <li>
            <li>
                 --- your package ---
                 --- your radio button ---
            <li>
       </ul>
       <div class="clear"></div>
    </div>
    

    Things that go together are LISTS. There is already a list tag in HTML: UL or OL, using it properly is important and is an excellent way to eliminate DIV-itis. Lists make semantic sense and are friendlier for search bots and screen readers.

    There is an excellent article on taming lists.

    Understanding how to use lists effectively is the difference between someone who is a hack and someone who is a pro. GO LEARN THIS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was having this problem in IE7 where the saturdays appear to be missing
I am completely baffled by this and don't fully understand IE7's problem. The page
Currently having this really odd problem with my layout IE7. I'm not very experienced
I am having a problem with a page because its longer than one page
One of my users is having this weird problem that I cannot seem to
I am having a problem with IE7 in a certain page where URL has
Hey guys, I'm having a problem with IE7, my menu always drops down behind
I'm having problem selecting an element with an id like this <li =0f:Bactidol_Recorder.mp4>. I
I am having problem that when i am trying to submit the form by
We're having a problem getting Word documents to download in IE7/IE8 using window.open calls.

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.