Hola
Ahora está más claro. En tal caso usa esto
Código css:
Ver original<style type="text/css">
#eldiv{ position: absolute; right:0px; bottom: 2px; z-index:15000; font-family:arial; font-size:12px; padding:0px; width:201px; height:145px; background:transparent url(iconos/cuerpo_ventanamodal.gif);}
body > div#eldiv { position: fixed; z-index:15000; right:20px; bottom:2px; font-family:arial; font-size:12px; padding:0px; width:207px; background:transparent url(iconos/cuerpo_ventanamodal.gif);}
</style>
<!--[if gte IE 5.5]><![if lt IE 7]>
<style type="text/css">
div#eldiv {
right: auto; bottom: auto;
left: expression( ( 0 - eldiv.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - eldiv.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
z-index:15000; right:2px; font-family:arial; font-size:12px; bottom:-2px; padding:0px; width:201px; height:116px; background:transparent url(iconos/cuerpo_ventanamodal.gif);
}
</style>
<![endif]><![endif]-->
Suerte