Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/12/2012, 11:15
jmdearpe
 
Fecha de Ingreso: noviembre-2012
Mensajes: 66
Antigüedad: 11 años, 5 meses
Puntos: 10
Respuesta: ¿como dar linea nueva menu spry?

Hola,

Revisa css(hojas de estilo)
width,
max-wdth,
min-width,
overflow,
float

Porque si no he entendio mal creo que tu problema se resolvería con un simple css

Código HTML:
<div style="max-width:200px;width:200px;min-width:200px;overflow:hidden">tu contenido</div> 
Salu2 ;)