Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2013, 04:05
moro666
 
Fecha de Ingreso: mayo-2011
Mensajes: 214
Antigüedad: 13 años, 8 meses
Puntos: 16
Respuesta: imagenes en web fluida

Código HTML:
Ver original
  1. div1
  2. {
  3. float:left;
  4. width:100%;
  5. height: 50px;
  6. background-color: #ebf9b3;
  7.  
  8. }
  9.  
  10.  
  11.  
  12. div2
  13. {
  14. float:inherit;
  15. height: 50px;
  16. width: 90%;
  17.  
  18. text-decoration: none;
  19. margin-left: 5px;
  20.  
  21. overflow: hidden;
  22. background-color: red;
  23.  
  24. }
  25.  
  26. div3
  27. {
  28. float: right;
  29. width: 20px;
  30. height: 20px;
  31. margin-top: 15px;
  32. margin-right: 10px;
  33. cursor: pointer;
  34. background-position: -166px -87px;
  35. }
  36. </head>
  37. <div1><div2></div2><div3></div3></div1>
  38. </body>
  39. </html>

He puesto esto en un html, asi sin mas, tal y como lo tienes, y almenos a mi con chrome el div de la derecha se mantiene constante, ni se hace grande ni pekeño.....

Si pudieras subir la web a un hosting gratis o algo para poderlo ver en vivo te podria ayudar mas, supongo....