Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/07/2009, 08:02
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 17 años, 4 meses
Puntos: 126
Respuesta: Pie de Pagina Flotante

Hola

Vendría a ser algo como
Código html:
Ver original
  1. <style type="text/css">
  2. #fix { position: absolute; right:0px; bottom: 2px; z-index:15000; }
  3. body > div#fix { position: fixed; right:0px; bottom:2px; z-index:15000; }
  4. </head>
  5.  
  6. <table border="1" height="800px" width="1000px">
  7. <tr>
  8. <td>TODO EL CONTENIDO</td>
  9. </tr>
  10.  
  11. <div id="fix">
  12. Una prueba1
  13. </div>

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;" />