Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/11/2008, 10:13
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
Respuesta: Problema con Divs y display inline...

hola

puedes que poner un float:left al div

Código:
div.menu
{
	margin:0px 10px 0px 10px;
	border:#000000 5px solid;
	width:200px;
	display:inline;
        float:left;
}
y juegas con el margin

chau...