Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/05/2009, 13:23
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 7 meses
Puntos: 40
Respuesta: Mostrar votos en comentario

primero que nada, esto no existe:

Código:
width:50px auto;
solo lleva un valor. Ahora podrías probarlo de esta maner:

Código html:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Documento sin t&iacute;tulo</title>
  5. <style type="text/css">
  6. .contenedor{ background:#F7FBFF; border:1px solid #CCC; width:500px; height:auto; overflow:auto; position:relative; padding:5px;}
  7. .votos{
  8. width:100%;
  9. height:15px;
  10. text-align:center;
  11. position:absolute;
  12. text-align:right;
  13. right:5%;
  14. top:15%;
  15. }
  16. .votos span{padding:4px;background-color:#ffffff;border: 1px solid #cfdbe3;}
  17. </head>
  18.  
  19. <div class="contenedor">
  20. <div class="votos">
  21.     <span>1023658</span>
  22. </div>
  23. <p>aquí va algo</p>
  24. <textarea rows="3" cols="55"></textarea><br />
  25. <input type="button" value="Enviar" />
  26. </div>
  27. </body>
  28. </html>

avisas si te sirve.
__________________
WFC
codigo82