<table>Originariamente inviato da Poker1
Ciao a tutti
Io avrei questo problema. Ho fatto una tabella 3 x 3 e nelle caselle che si trovano ai 4 angoli devo inserire 4 immagini (angoli stondati) soltanto che quando vado ad ingrandire la tabella, queste immagini si posizionano a metà colonna, come faccio per farle stare proprio in fondo( le 2 immagini bassi) e proprio in cima( le 2 immagini alte).
Grazie 1000 del vostro aiuto
<tr>
<td style="background-image: url(angolouno.gif); background-position: top left; background-attachment: fixed;"> </td>
<td> </td>
<td style="background-image: url(angolodue.gif); background-position: top right; background-attachment: fixed;"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="background-image: url(angolotre.gif); background-position: bottom left; background-attachment: fixed;"> </td>
<td> </td>
<td style="background-image: url(angoloquattro.gif); background-position: bottom right; background-attachment: fixed;"> </td>
</tr>
</table>
spero ti vada bene!
![]()