- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- Problema con div e float
-
Problema con div e float
salve,
ho un div con float:left!
come faccio a dargli l'altezza che si adatti al div padre?
<div style='300px'>
<div style='float:left'>prova</div>
</div>
-
guarda:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>H Atilius homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></head>
<body><div style="height:300px;width:400px;border:1px solid #000;">
<div style="width:100px;border:1px solid; float:left;"><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />fasdfsdfasd<br /><br /><br /><br /><br /><br /><br /><br />
<br />
<br />
<br />
<br />
</div>
<div style="height:100px;width:100px;border:1px solid; float:left;">prova</div></div>
</body>
</html>vedi cosa esce??? si sovrappone a padre!
-
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />fasdfsdfasd<br /><br /><br /><br /><br /><br /><br /><br />
<br />
<br />
<br />
<br />
Che è sta roba? Che dovrebbe fare?
-
-
Non hai capito la mia domanda, forse...
Immagino che non debba mettere 10-20 ritorni a capo nella pagina no?
Anche perché nei css esiste una splendida proprietà chiamata padding.Ti rifaccio la domanda
Che vuoi ottenere?