Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/07/2011, 10:49
helacer
 
Fecha de Ingreso: mayo-2006
Ubicación: Bogotá
Mensajes: 2.061
Antigüedad: 18 años
Puntos: 50
Respuesta: Cuadrar divs dentro de contenedor.

Gracias por su respuesta.... Ta lo cuadre segun sus indicaciones, pero me sigue presentando problema se me desordena.. ME puede ayudar a mirar que errores tengo? gracias

Código HTML:
/* Estilos CSS Catalogo de Productos VirtueMart */
.HomProduct
{
	width:90%;	
	background-color:#F4F4F4;
	height:auto;
}
.InHome
{
	float: left;
	margin: 0 5px;
	background-color: #F4F4F4;
}
.ImaProduct
{
	width:50%;
}
.ImaProduct img
{
	width: 70%;
	height: 70%;
	border:inset #039;
	overflow: hidden;
	text-align:center;
}
.NamProduct
{
	float:left;
	overflow:auto;		
}
.NamProduct a,
.NamProduct a:link,
.NamProduct a:visited,
.NamProduct a.visited,
.NamProduct a:hover,
.NamProduct a.hovered
{
	color:#900;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
}
.DesProduct
{
	color:#003;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-size: 14px;
	padding: 40px 5px 5px 10px;
	width:50%;
}
.ImgShoProduct
{
	float: right;		
}
.ImgIn
{
	float: left;
}
Otra cosa... hay alguna forma que la imagen ImgShoProduct se adapte al div .. .es decri es que aveces bienen imagenes horizontales y aveces verticales necesite que se ajuste n ome vaya a dañar el div... GRACIAS

Última edición por helacer; 30/07/2011 a las 11:06