Código PHP:
}else if ($operacion == "piso_banco"){
echo '<form action="index.php?option=com_content&view=article&id=3&catid=2" method="post">
<input type="hidden" value="'.$id.'" name="idcasa" />
<input type="image" src="http://localhost/jm/templates/mitemplate/images/piso_banco.png" style="position:absolute; z-index:200px; margin-left:-104px;"/>
</form>';
}
echo '<img src="http://localhost/jm/components/com_micomp/photos/'.$imageURL.'" height="207" width="100" class="miniaturas"/>';
Un saludo, gracias.