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 7824807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:43:21+00:00 2026-06-02T08:43:21+00:00

I create a website and I have a problem, I can’t click in some

  • 0

I create a website and I have a problem, I can’t click in some field (or buttons) on my page which are in the Login fieldset. I can just click in filed (or buttons) which are in the Register fieldset.

I use LESS for the CSS, but if you don’t know this language you understand too.

Where are my errors ?

HTML code :

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />

        <script type="text/javascript" src="http://localhost/Website/scripts/jQuery.js"></script>

        <link rel="stylesheet/css" type="text/css" href="http://localhost/Website/styles/reset.css">
        <link rel="stylesheet/less" type="text/css" href="http://localhost/Website/styles/style.less">
        <script src="http://localhost/Website/scripts/less.js" type="text/javascript"></script>


        <title>Ushahidi self-help</title>
    </head>

    <body>
        <div id="masterContent">
            <div id="connectPanel">
        <form id="loginForm" method="post" action="">
        <fieldset>
            <legend>Login</legend>

            <table>
            <tr>
                <td><label for="email_login">Email</label></td>
            </tr>
            <tr>
                <td><input type="email" name="email_login" id="email_login" maxlength="45" /></td>
            </tr>
            <tr>

                <td><label for="password_login">Password</label></td>
            </tr>
            <tr>
                <td><input type="password" name="password_login" id="password_login" maxlength="45" /></td>
            </tr>
            <tr>
                <td><input type="submit" value="Login" /></td>
            </tr>

            <tr>
                <td><a href="http://localhost/Website/page/register">Sign up</a></td>
            </tr>
            </table>
        </fieldset>
    </form>
</div><div id="content"><form id="formRegistration" method="post" action="">
        <fieldset>
            <legend>Register</legend>

        <table>
        <tr>
            <td><label for="lastName_register">Last Name :</label></td>
            <td><input type="text" name="lastName_register" id="lastName_register" maxlength="45" /></td>
            <td id="errorLastName_register" style="display:none;">Error</td>
        </tr>
        <tr>
            <td><label for="firstName_register">First Name :</label></td>

            <td><input type="text" name="firstName_register" id="firstName_register" maxlength="45" /></td>
            <td id="errorFirstName_register" style="display:none;">Error</td>
        </tr>
        <tr>
            <td><label for="email_register">Email :</label></td>
            <td><input type="email" name="email_register" id="email_register" maxlength="45" /></td>
            <td id="errorEmail_register" style="display:none;">Error</td>

        </tr>
        <tr>
            <td><label for="password_register">Password :</label></td>
            <td><input type="password" name="password_register" id="password_register" maxlength="45" /></td>
            <td id="errorPassword_register" style="display:none;">Error</td>
        </tr>
        <tr>
            <td><label for="confirmPassword_register">Confirm Password :</label></td>

            <td><input type="password" name="confirmPassword_register" id="confirmPassword_register" maxlength="45" /></td>
            <td id="errorConfirmPassword_register" style="display:none;">Error</td>
        </tr>
        <tr>
            <td><input type="submit" value="Register" /></td>
        </tr>
        </table>
    </fieldset>

</form>
<script type="text/javascript" src="http://localhost/Website/connection/register_script.js"></script> </div>        </div>
    </body>
</html>

LESS Code :

body
{

    #masterContent
    {
        width: 80%;
        margin: auto;

        #connectPanel
        {
            width: 20%;
            float: left;
            margin-right: 2%;
        }

        #content
        {
            width: 100%;
            position: relative;
        }
    }
}
  • 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-06-02T08:43:22+00:00Added an answer on June 2, 2026 at 8:43 am

    Your elements #content is overlapping #connectPanel, so you should simply margin it a little bit more to the left

    #content
    {
        width: 100%;
        position: relative;
        margin-left: 20%;
    }
    

    see jsfiddle here

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

Sidebar

Related Questions

In Visual Studio you can create a Website, which doesn't have a solution or
I have a little problem with my website. People use this page to create
I want to create a website with various users. The users can have different
I have written a CMS for a website. You can create pages and do
I have a website which uses PHP and HTML pages, I want to create
I have the following task: Create one website which is accessible with 20 different
I have a website where users can create albums and then add images to
Can anybody tell me, how do i create website which supports various screen resolution
In my typo3 website I have a root page and many sub pages which
I have a little problem because on my website I can't really set permissions

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.