Salve ho dei problemi con l'elenco ul:
Il problema che l'elenco va sotto il box footer che non dovrebbe andare.codice:<div style="position:relative; width:800px; margin:0 auto;"> <ul style="margin:0; padding:0; list-style:none;"> <li style="line-height:24px; margin-bottom:10px;"> <div style="width:200px; float:left; margin-right:10px;"><span class="txt1fff">Nome:</span></div> <div style="float:left;"><input id="name" name="name" type="text" size="50" /></div> <div id="clear"></div> <li style="height:24px; line-height:24px; margin-bottom:10px;"> <div style="width:200px; float:left; margin-right:10px;"><span class="txt1fff">Cognome:</span></div> <div style="float:left;"><input id="surname" name="surname" type="text" size="50" /></div> <div id="clear"></div> [/list] </div> <div id="footer"> ... </div>

Rispondi quotando