How can I put a flexible width div into a fixed width container?

rey_lobo

New Member
What I want to do is to slide the content of the first div so that the only content shown would be what is not hidden by the outer div.I am trying this, but doesn't work\[code\]#contenedorProductos {margin-left: 50px;float: center;position: absolute;width: 490px;text-align: center;z-index:1;}#contenedorProductos #contenidoProductos {overflow: auto;position: absolute;width: auto;}\[/code\]My english skills don't let me explain better, hope this to be understood... Thank you.
 
Top