two <select> always next to each other inseide <td> ? [closed]
- by Radek
I have to selects inside td and I want to make sure that they are next to each other at all times but td's width is width of these two selects. Not more.
The thing is that value to be displayd in selects changes based on data.
<td>
<select name="db2.rfthdd">
<option value="WEI">WEI</option>
<option value="SCOTSdatabase">SCOTSdatabase</option>
</select>
<select id="db2.rfttimestamp">
<option value="20110302122831">2011-03-02-122831</option>
<option value="20110302122442">2011-03-02-122442</option>
</select>
</td>