Originalmente inviato da
silverseraph
prova ad aggiungere clear: both; al div blu
Scusa ma non ho capito dove devo aggiungerlo. Nello style?? Se è lì che deve andare sembra non funzioni.
Codice HTML:
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<title>Prova</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="black">
<div style="position:absolute; top:13%; left:30%;" width="70%" height="148">
<img src="Punto.bmp" width="19" height="19"><img src="Punto.bmp" width="70%" height="19"><img src="Punto.bmp" width="19" height="19"><br>
<img src="Punto.bmp" width="19" height="100"><img src="Punto.bmp" width="70%" height="100"><img src="Punto.bmp" width="19" height="100"><br>
<img src="Punto.bmp" width="19" height="19"><img src="Punto.bmp" width="70%" height="19"><img src="Punto.bmp" width="19" height="19">
</div>
<div style="position:absolute; top:30%; left:30%; clear:both;" width="70%" height="148">
<img src="Centro.bmp" width="19" height="19"><img src="Centro.bmp" width="70%" height="19"><img src="Centro.bmp" width="19" height="19"><br>
<img src="Centro.bmp" width="19" height="400"><img src="Centro.bmp" width="70%" height="400"><img src="Centro.bmp" width="19" height="400"><br>
<img src="Centro.bmp" width="19" height="19"><img src="Centro.bmp" width="70%" height="19"><img src="Centro.bmp" width="19" height="19">
</div>
</body>
</html>