Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/07/2009, 14:00
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 2 meses
Puntos: 126
Respuesta: Evento scroll

Hola

Ahora está más claro. En tal caso usa esto

Código css:
Ver original
  1. <style type="text/css">
  2. #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);}
  3. 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);}
  4. </style>
  5.  
  6. <!--[if gte IE 5.5]><![if lt IE 7]>
  7. <style type="text/css">
  8. div#eldiv {
  9. right: auto; bottom: auto;
  10. 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' );
  11. 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' );
  12. 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);
  13. }
  14. </style>
  15. <![endif]><![endif]-->

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />