
February 10th, 2008
10:18 PM
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?

February 11th, 2008
06:29 AM
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.
<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