Une autre possibilité en css :
<html>
<head>
<title>Image toujours collée en bas à droite de la fenêtre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="screen">
- imgBasDroite
{
width: 80px;
height: 80px;
background: url("mon_image.png") no-repeat;
position: fixed;
bottom: 0px;
right: 0px;
}
</style>
</head>
<body>
<div id="imgBasDroite"></div>
</body>
</html>
Attention !. ?! ne fonctionne pas avec Internet explorer !