speevyunump
New Member
when you reduce the browser window to iphone lay out....you can see the different lay out....the problem is right side of the text fields are being cut off...how to fix it...providing my code below.....http://jsfiddle.net/jPvzL/1/\[code\]<input type="text" placeholder="Company Name " name="fullname" maxlength="30" required="required" id="id_username"><input type="text" placeholder="Contact Name" name="company" maxlength="30" required="required" id="id_company"><input type="text" placeholder="Address1" name="email" maxlength="75" required="required" id="id_email"><input type="password" placeholder="Address2" name="password" maxlength="16" required="required" id="id_password"><input type="password" placeholder="Address3" name="repassword" required="required" id="id_repassword"><input type="text" placeholder="City " name="fullname" maxlength="30" required="required" id="id_username"><div class="controls"> <select name="select" id="state" style="width: 300px;height: 38px;"> <option value="http://stackoverflow.com/questions/15646026/California" selected="">California</option> <option value="http://stackoverflow.com/questions/15646026/New York">New York</option> <option value="http://stackoverflow.com/questions/15646026/Texas">Texas</option> </select></div><input type="text" placeholder="Zip" name="email" maxlength="75" required="required" id="id_email"><div class="controls"> <select name="select" id="country" style="width: 300px;height: 38px;"> <option value="http://stackoverflow.com/questions/15646026/USA" selected="">USA</option> <option value="http://stackoverflow.com/questions/15646026/India">India</option> <option value="http://stackoverflow.com/questions/15646026/Korea">Korea</option> <option value="http://stackoverflow.com/questions/15646026/Vietnam">Vietnam</option> </select></div><input type="text" placeholder="Phone" name="company" maxlength="30" required="required" id="id_company"><input type="text" placeholder="Fax" name="email" maxlength="75" required="required" id="id_email"><input type="password" placeholder="Email" name="password" maxlength="16" required="required" id="id_password"><input type="text" placeholder="URL" name="company" maxlength="30" required="required" id="id_company"><input type="text" placeholder="GL Account" name="email" maxlength="75" required="required" id="id_email"><input type="password" placeholder="" name="password" maxlength="16" required="required" id="id_password"><textarea name="inquiry" placeholder="Notes" rows="3" required="required" id="id_inquiryForm" style="width:290px;"></textarea>\[/code\]