Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

58 users online



Form elements on same line

Form elements on same line

Currently viewing this thread: 1 (0 members and 1 guests)


schoi

schoi

funny and cheeky
Status: Offline!

Form elements on same line

HI i have a form with a combo box and two radio buttons. At the moment the combo box and radio buttons are on separate lines. Is it possible to display them on one line using just css?

sparky

sparky

i make a mean grilled cheese.
Status: Offline!

Schoi, the thing is.. All three elements are inline elements. They should all stick on the same line.

Code:

<input type="radio" />
<input type="radio" />

<select>
<option>one</option>
<option>two</option>
<option>three</option>
</select>


If there's a line break, it's due to other elements, CSS or other constraints (width/wrapping maybe?) Look through your code, or post it here and we'll be glad to pick through it for you.

___________________

Jon Culver Chia Pets

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0164 seconds.