Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

css div with no line break in the div

option menu in some monitors the option menus do not appear on the same line

want to appear on the same line

<td>
  <select class="rounded" name="dinner_days" size="1">
  <option value="monday">07</option>
  <option value="monday">08</option>
  <option value="monday">09</option>
  </select>
  <select class="rounded" name="dinner_days" size="1">
  <option value="monday">00</option>
  <option value="monday">30</option>
  </select>
  <select class="rounded" name="dinner_days" size="1">
  <option value="monday">PM</option>
  </select>
  </td>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Ishaan Rawat
Ishaan Rawat
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

your example works.  thanks