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