![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/03/2009, 07:09
|
![Avatar de talmente](http://static.forosdelweb.com/customavatars/avatar202722_2.gif) | | | Fecha de Ingreso: noviembre-2007
Mensajes: 233
Antigüedad: 17 años, 2 meses Puntos: 4 | |
Respuesta: Problema de maquetacion Yo lo haría así:
Código:
#imag1 {
float: left;
padding-left: 5px;
padding-top: 10px;
}
#imag2 {
float: right;
padding-top: 10px;
padding-right: 5px;
}
div {
background: #0099FF;
float: left;
width: 100%;
}
HTML:
<div><img src="imagen
/tu_imag.png" alt="" id="imag1" /><img src="imagen/tu_otra_imag.png" alt="" id="imag2" /></div>
|