una cosa di questo tipo potrebbe andare bene?

codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>xhtml 1.0</title>

    <style type="text/css">
    div {
        height          : auto !important;
        height          : 600px;  /* somma delle altezze delle immagini */
        min-height    : 600px;  /* somma delle altezze delle immagini */
        position        : relative;
        border           : 1px solid #fcfcfc;
    }

    img { position  : absolute; }

    #img1 { top: 0; left: 0; }
    #img2 { bottom: 0; right: 0; }

    </style>
 </head>

<body>

    <div>
            [img]img300x300.jpg[/img]
            [img]img300x300.jpg[/img]
    </div>

</body>
</html>