Ciao! E' sufficiente scrivere:
Codice HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <style type="text/css">
div.s { position:absolute; top:0px; left:0px; width:133px; height:133px;
background:transparent url(images/immagine_1.gif) no-repeat 0 0; z-index:1; }
div.d { position:absolute; top:0px; right:0px; width:133px; height:133px;
background:transparent url(images/immagine_2.gif) no-repeat 0 0; z-index:1; } </style> </head>
<body scroll="auto"> <div class='s'></div><div class='d'></div> </body> </html>