Merci à Ghost !!
La solution c'était mettre les fieldset en absolute et faire quelque modifs comme retitrer des div devenues inutiles...
le html modifié ci-dessous:
et merci à CPascal
Modifié par JMB (01 Jun 2007 - 16:25)

La solution c'était mettre les fieldset en absolute et faire quelque modifs comme retitrer des div devenues inutiles...
le html modifié ci-dessous:
<div id="frm" style="float:left; border:#FFCC00 3px outset; background-color:#CCCCCC;; padding:10px;width:800px;position: relative;">
<form method="post" action="?mode=delete" enctype="multipart/form-data" name="form_del">
<input name="photo_form_id" type="hidden" value="1"><!--...Premiere etape : choix des photos...-->
<h2>Selection des photos à supprimer: </h2>
<br/>
<fieldset style="width:250px; height:100px; padding-left:10px;">
<legend style="color:#003399">
Pour...
</legend>
<br/>
<table summary="" style="margin-left:20px;">
<tr>
<td>
<label>
<input type="radio" name="photo_type" value="1" onClick="change_choix_bien(form_del)">
... tout un batiment ?
</label>
</td>
</tr>
<tr>
<td>
<label>
<input type="radio" name="photo_type" value="2" onClick="change_choix_bien(form_del)">
... un bien en particulier ?
</label>
</td>
</tr>
</table>
<br/>
</fieldset>
<fieldset style="width:380px; height:100px; visibility: hidden; position: absolute; top: 50px; left: 330px; padding-left:10px;" id="choix_bien">
<legend style="color:#003399">
Choix du bien:
</legend>
<br/>
<table summary="">
<tr>
<td>
<select name="photo_bien_id">
<option value="11"> A Bragança: 6 Appartements Type F3 et F4 </option><option value="8"> A Bragança: 6 Appartements de type F4 </option><option value="9"> A Bragança: 4 Appartements de type F5 </option><option value="10"> A Bragança: 10 Garages en sous sol </option><option value="12"> A Bragança: 10 Garages en sous-sol </option><option value="13"> A Bragança: 1 F3 au 3ème étage Droite avec Garage </option><option value="16"> A Coimbra: Pas encore d'apart à proposer </option><option value="17"> A Seixal: Pas encore d'Apart à Proposer </option><option value="15"> A Portimaõ: Pas encore de Desc </option><option value="18"> A Rabat: Pas encore d'apart à proposer </option><option value="19"> A El-Jadida: Pas encore d'apart à proposer </option><option value="20"> A Marrakech: Pas encore d'apart à proposer </option> </select>
</td>
</tr>
</table>
<br/>
</fieldset>
<fieldset style="width:380px; height:100px; visibility: hidden; position: absolute; top: 50px; left: 330px; padding-left:10px;" id="choix_bat">
<legend style="color:#003399">
Choix du batiment
</legend>
<br/>
<table summary="">
<tr>
<td>
<select name="photo_bien_id">
<option value="1"> A Bragança: Immeuble en construction </option><option value="2"> A Bragança: Immeuble prêt à habiter </option><option value="3"> A Coimbra: Pas encore de bien connus... </option><option value="4"> A Seixal: Pas encore de bien connus... </option><option value="14"> A Portimão: Pas encore de données en FR </option><option value="5"> A Rabat: Pas encore de bien connus... </option><option value="6"> A El-Jadida: Pas encore de bien connus... </option><option value="7"> A Marrakech: Pas encore de bien connus... </option>
</select>
</td>
</tr>
</table>
<br/>
</fieldset>
<br style="clear:both;"/>
<br/>
<div style="float:left;width:300px;">
<fieldset style="width:250px; height:150px; padding-left:10px;">
<legend style="color:#003399">
Catégories:
</legend>
<br/>
<table summary="" style="margin-left:20px;">
<tr>
<td>
<label>
<input type="radio" name="photo_cat" value="1" checked="checked" onClick="change_choix_cat(form_del)">
Toutes Catégories
</label>
</td>
</tr>
<tr>
<td>
<label>
<input type="radio" name="photo_cat" value="2" onClick="change_choix_cat(form_del)">
Certaines Catégories seulement
</label>
</td>
</tr>
<tr>
<td>
<label>
<input type="radio" name="photo_cat" value="3" onClick="change_choix_cat(form_del)">
Choisir les photos à supprimer
</label>
</td>
</tr>
</table>
<br/>
</fieldset>
<br/>
</div>
<div style="float:left; margin-left:20px;">
<fieldset style="width:360px; height:150px; visibility:hidden; padding-left:20px" id="choix_cat">
<legend style="color:#003399">
Choix de la catégorie:
</legend>
<br/>
<table summary="">
<tr>
<td>
<input name="photo_cat_choix[]" type="checkbox" value="1"> Construction<br/><br/><input name="photo_cat_choix[]" type="checkbox" value="2"> Interieurs<br/><br/><input name="photo_cat_choix[]" type="checkbox" value="3"> Exterieurs<br/><br/><input name="photo_cat_choix[]" type="checkbox" value="4"> Garages<br/><br/> </td>
</tr>
</table>
<br/>
</fieldset>
</div>
<br style="clear:both;"/>
<br/>
<input name="submit" type="submit" value=" Valider ">
<br/>
<br/>
</form>
</div>
et merci à CPascal

Modifié par JMB (01 Jun 2007 - 16:25)