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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:05:48+00:00 2026-06-04T00:05:48+00:00

Hai i develop an application in android phoneGap.I used html css for Designing Purpose

  • 0

Hai i develop an application in android phoneGap.I used html css for Designing Purpose and It is working Fine.But when I type in the text box my design is collapsing.I have attached my form.kindly go through it and clear my issues.

This is Design

But while I type the text in these text Box,my Form is like thisenter image description here

In these my another textbox is diabled. How can i recitify this problem?

My code
update

PhoneGap

     <script type="text/javascript">


    </script>
     <style type="text/css">
     #footer {
    position:absolute; z-index:2;
    top:92%;bottom:32px; left:0;
    width:100%;
    height:18px;
    padding:0;
}
input:focus{//update
outline: none;
 }

.ex21{

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color:#FBB917;

    border: 1px solid;
  background:url('searchbtn.PNG' ) repeat-y right;
  padding-right:20px;

    }
.ex2{

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color:#FBB917;

    border: 1px solid;


    }
    .searchbox input {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;

margin-top:0.2cm;

margin-left:1cm;
width:70%;
height: 32px;
float: left;
font-size:15pt;
padding: 2px;
border-top: 4px solid orange;
border-bottom: 4px solid orange;
border-left: 4px solid orange;

}
.sea input {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
margin-top:0.2cm;

background-image: url(sea.PNG);
color: #fff;
font-weight: bold; 

width:10%; 
height: 43px;
border: 0;
float: left;
border-top: 4px solid orange;
border-bottom: 4px solid orange;
border-right: 4px solid orange;
}
    .invitebox input {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;

margin-top:0.2cm;

margin-left:1cm;
width:70%;
height: 32px;
float: left;
font-size:15pt;
padding: 2px;
border-top: 4px solid orange;
border-bottom: 4px solid orange;
border-left: 4px solid orange;

}
.invitebtn input {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
margin-top:0.2cm;

background-image: url(sea.PNG);
color: #fff;
font-weight: bold; 

width:10%; 
height: 43px;
border: 0;
float: left;
border-top: 4px solid orange;
border-bottom: 4px solid orange;
border-right: 4px solid orange;
}


    </style>
  </head>

  <body >

    <table width="100%">
        <tr>
             <td> <label style="font-size:12pt">Search Names</label></td>

        </tr>
    </table>

  <br>  
    <table>
        <tr>
            <td></td>
            <td></td>


            <td><label style="font-size:12pt">Choose one of the following options to search our directory of Names</label></td>
            <td></td>

            <td></td>

        </tr>
    </table>

    <div align="center">
    <div class="searchbox"><input type="text" name="searchbox" id="searchbox"></div>
<div class="sea"><input name="search" type="button" id="btn"></div>
</div>
      <br/>
      <br/>
        <br/>

      <br/>
        <br/>
      <br/>
     <table>
   <tr>
   <td></td>
   <td></td>

   <td></td>

   <td></td>
   <td></td>
   <td><input value='' type='radio' id='one'/><label>Limit Search Results to Name</label></td>

   </tr>
   </table>
   <br>
   <br>
   <div align="center">

            <label style="font:bold;font-size:15pt">OR</label>
        </div>
      <br>
      <div id="loadingScreen" align="center"></div>
    <div align="center">
    <div class="invitebox"><input type="text" name="invitebox" id="invitebox" ></div>
<div class="invitebtn"><input name="invite" type="button" ></div>
</div>

     <div id="footer">
        <div style="border-width:3px;border-height:6px;background-color:#00458D;" align="center">
         <table>


         <input type="button" value="Button1" style="width:20%" />
         <input type="button" value="Button2" style="width:20%" />

         <input type="button" value="Button3" style="width:20%"/>
         <input type="button" value="Button4" style="width:20%" />
         </table>
         </div>
        </div>
  </body>
</html>
  • 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-04T00:05:51+00:00Added an answer on June 4, 2026 at 12:05 am

    I had created a jsfiddle example for you. I had added the outline border code also given by @Darthur. There is no issue with your HTML or CSS. Please check that jsfiddle. Problem may be with your javascript files.

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

Sidebar

Related Questions

Hai i developed a application in android,in my application i used a dynamically created
Hai am trying to get the gps location using BroadCast Receiver.its working fine,But i
Hai am Calling the webservice in my android application am using android version(r-18).but i
Hai guys, As i want to develop an application using asp.net MVC, i dont
Hai I have an application which is designed in netbeans6.0.1 where i need to
Hai Guys, My application deals scheduled mail concept (i.e) every morning 6.00 am my
Hai I have developed a standalone application in which when an user logs in,
Hai i want to generated an automated click event. I am working in php
Hai guys, I want to send scheduled mail every morning from my application and
Hai all, In my iphone application i want to open a my custom application(available

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.