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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:26:59+00:00 2026-06-13T02:26:59+00:00

Possible Duplicate: Multiple select options in one row I have the following code but

  • 0

Possible Duplicate:
Multiple select options in one row

I have the following code but it generates it on separate lines, and I want it to be on a single line (only filling the parent which is not shown).

Also, how can I remove the text area’s re-size feature?

<div id="search" align="left" style="width:100% height="100%">
<select>
    <option>Beers</option>
    <option>Cigars</option>
    <option>Wines</option>
</select>
    <div align="right">
        <form>
            <textarea style=width:"100%" height="100%" cols="0" "rows="0"></textarea>
        </form>
    </div>
</div>
  • 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-13T02:27:00+00:00Added an answer on June 13, 2026 at 2:27 am

    here you go: http://jsfiddle.net/XeVdN/2 or see below:

    <div id="search" style="float:left; width:100%; height=100%;">
    <select stryle="float:left;">
        <option>Beers</option>
        <option>Cigars</option>
        <option>Wines</option>
    </select>
        <div style="float:right;">
            <form>
                <textarea style="width:100%; height=100%; resize:none;" cols="0" "rows="0"></textarea>
            </form>
        </div>
    </div>​
    

    You had some issues with your styles (a few rogue ” symbols) which I have cleaned up and also to get them to align, you just need to float the first element left and the second right.

    For learning purposes, whenever you use the style attribute, you dont need to wrap each individual parameter in quotation marks, just the overall statement and follow every style with a ; as in the example code above.

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

Sidebar

Related Questions

Possible Duplicate: Select Records multiple times from table I want to have my query
Possible Duplicate: Bind multiple events to jQuery 'live' method I have the following function:
Possible Duplicate: How to access object using dynamic key? I have multiple select with
Possible Duplicate: Can I concatenate multiple MySQL rows into one field? I have three
Possible Duplicate: Drag and Drop between Multiple Lists and Sortable I want to have
Possible Duplicate: MySQL Select Multiple VALUES lets say i have a group of number
Possible Duplicate: Multiple Inheritance in C# I have two classes Class A and Class
Possible Duplicate: returning multiple values from a function For example if you want a
Possible Duplicate: SQL Server: Can I Comma Delimit Multiple Rows Into One Column? I
Possible Duplicate: select multiple rows from uitableview and delete I am developing an application

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.