Jump to content

[SOLVED] IE6 and IE7 not displaying the same as Firefox for <select> in <td>


steveclondon

Recommended Posts

Hi,

 

I am putting a couple of select boxes in a cell on a table, on firefox it displays fine one box after the other, on ie 7 it puts the second box after the text. Any ideas? Example of the code below, you can see here that you have at: then another box, but ie 7 doesn't put it like that. I have tried a valign in the <td> but it didn't help.

 

<td>

Your advert will expire on: <input name="dateAdvert" id="dateAdvert" type="text" disabled="true" size="14" maxlength="22" readonly="true"> at:

<select name="advertTime" id="advertTime" class="FormField" align="right">

<option value=" " selected>Expiry Time</option>

</select>

</td>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.