Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/08/2012, 20:34
Avatar de NSD
NSD
Colaborador
 
Fecha de Ingreso: mayo-2012
Ubicación: Somewhere
Mensajes: 1.332
Antigüedad: 12 años, 6 meses
Puntos: 320
Respuesta: alinear dos imagenes en la misma linea

algo asi te serviria?
Código HTML:
Ver original
  1. </head>
  2. <div style="display: table; position: relative; overflow: hidden;width:500px">
  3.         <div style="float:left; border:1px solid red;width:200px">
  4.             Texto<br />
  5.             Texto<br />
  6.             Texto<br />
  7.             Texto<br />
  8.             <br />
  9.             <br />
  10.             <br />
  11.             <br />
  12.             <br />
  13.             <br />
  14.             <br />
  15.             <br />
  16.             <br />
  17.             <br />
  18.             <br />
  19.             <br />
  20.             <br />
  21.             <br />
  22.     </div>
  23.         <div style="float:right; border:1px solid green">
  24.             ---------<br />
  25.             ---------<br />
  26.             Logo1<br />
  27.             ---------<br />
  28.             ---------<br />
  29.         </div>
  30. </div>
  31. <div style="display: table; position: relative; overflow: hidden;width:500px;margin-top:-100px;">
  32.     <div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;">
  33.         <div style="#position: relative; #top: -50%; border:1px solid red;width:250px">
  34.             Texto<br />
  35.             Texto<br />
  36.         </div>
  37.     </div>
  38.     <div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;width:100px">
  39.         <div style="#position: relative; #top: -50%; border:1px solid green">
  40.             ---------<br />
  41.             ---------<br />
  42.             ---------<br />
  43.             Logo2<br />
  44.             ---------<br />
  45.             ---------<br />
  46.             ---------<br />
  47.         </div>
  48.     </div>
  49. </div>
  50. </body>
NOTA: yo puse texto pero deberia funcionar tambien con imagenes.
saludos
__________________
Maratón de desafíos PHP Junio - Agosto 2015 en FDW | Reglamento - Desafios