Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2011, 22:39
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Hacer una table de imagenes?

lo del left te va a funcionar, además corregi los widt y height de las imágenes, el atributo width no lleva la especifiacción de medida (px)

y usá un doctype apropiado para verlo bien en ie8/7

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7.  
  8. #frame{
  9. border: 1px solid black;
  10. height:500px;
  11. width: 1000px;
  12. margin:auto;
  13. padding: 0px;
  14. }
  15.  
  16. #frame img {
  17. margin: 0;
  18. border: none;
  19. float: left;
  20. }
  21. </head>
  22.  
  23. <div id="frame">
  24.     <img src="1.jpg" width="200" height="100" alt="" />
  25.     <img src="1.jpg" width="200" height="100" alt="" />
  26.     <img src="1.jpg" width="200" height="100" alt="" />
  27.     <img src="1.jpg" width="200" height="100" alt="" />
  28.     <img src="1.jpg" width="200" height="100" alt="" />
  29.    
  30.     <img src="1.jpg" width="200" height="100" alt="" />
  31.     <img src="1.jpg" width="200" height="100" alt="" />
  32.     <img src="1.jpg" width="200" height="100" alt="" />
  33.     <img src="1.jpg" width="200" height="100" alt="" />
  34.     <img src="1.jpg" width="200" height="100" alt="" />
  35.    
  36.     <img src="1.jpg" width="200" height="100" alt="" />
  37.     <img src="1.jpg" width="200" height="100" alt="" />
  38.     <img src="1.jpg" width="200" height="100" alt="" />
  39.     <img src="1.jpg" width="200" height="100" alt="" />
  40.     <img src="1.jpg" width="200" height="100" alt="" />
  41.    
  42.     <img src="1.jpg" width="200" height="100" alt="" />
  43.     <img src="1.jpg" width="200" height="100" alt="" />
  44.     <img src="1.jpg" width="200" height="100" alt="" />
  45.     <img src="1.jpg" width="200" height="100" alt="" />
  46.     <img src="1.jpg" width="200" height="100" alt="" />
  47.    
  48.     <img src="1.jpg" width="200" height="100" alt="" />
  49.     <img src="1.jpg" width="200" height="100" alt="" />
  50.     <img src="1.jpg" width="200" height="100" alt="" />
  51.     <img src="1.jpg" width="200" height="100" alt="" />
  52.     <img src="1.jpg" width="200" height="100" alt="" />
  53. </div>
  54.  
  55. </body>
  56. </html>
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.