Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/10/2005, 13:46
thunder.scripts
 
Fecha de Ingreso: febrero-2005
Mensajes: 670
Antigüedad: 19 años, 1 mes
Puntos: 0
Perdón :x Me confundí de pregunta. Mi problema real era que (y de hecho ya lo pregunté) al insertar bloques en #content necesitaba que se vayan acomodando uno al lado del otro, aunque se acabe el espacio (de modo que aparezca el scroll). Alguien me recomendó que insertara un div dentro de #content y le diera el ancho necesario para que aparezcan todos los bloques, pero no funciona, no aparece el scroll. Probablemente esté haciendo algo mal, les muestro el código (un poco simplificado):
Código HTML:
<div id="logo" style="float: left; width: 250px; background: #999; height: 500px;">
</div>

<div id="content" style="background: #666; overflow:auto; height: 500px; ">
    <div style="width: 2000px;">
	<div style="width: 250px; background: #333; float:left">test</div>
	<div style="width: 250px; background: #333; float:left">test</div>
	<div style="width: 250px; background: #333;float:left">test</div>
	<div style="width: 250px; background: #333;float:left">test</div>
	<div style="width: 250px; background: #333;float:left">test</div>
	<div style="width: 250px; background: #333;float:left">test</div>
	<div style="width: 250px; background: #333;float:left">test</div>
	<div style="width: 250px; background: #333;float:left">test</div>
    </div>
</div> 
EDIT: si le doy 100% a #content, se me encima sobre #logo.
EDIT 2: jaaa es en Opera que no funciona, en Fx va perfecto. En IE ni hablar.

Gracias
Fede
__________________
Federico H. García
Desarrollo Web
www.federicog.com.ar