Tengo una tabla en php que ve todos los registros que hay entonces cuando son muchos obviamente la tabla crece hacia abajo, que es donde es mi problema, el diseño de abajo NO baja junto con la tabla... con imágenes .PNG tampoco baja...
La verdad que no se nada de CSS, y bueno para eso recurro a uds. para que me digan que ponerle y en donde...
Acá dejo el código del pedazo que quiero que baje a medida que la información aumente...
Código CSS:
Ver original
/* FOOTER PANEL*/ #footerPanel{width:100%; background:#DCDCDC; color:#4C4C4C; font-size:12px;} #footerbodyPanel{width:762px; height:133px; position:relative; margin:0 auto; padding:0;} #footerPanel ul{width:320px; display:block; position:absolute; right:10px; top:33px; } #footerPanel li{float:left; font:12px/15px Arial, Helvetica, sans-serif; font-weight:normal;} #footerPanel ul li a{padding:0 6px; color:#4C4C4C; background:#DCDCDC; text-decoration:none;} #footerPanel ul li a:hover{text-decoration:underline;} #footerPanel ul li a.padl{padding:0 0 0 6px;} #footerPanel p.copyright{ background:#DCDCDC; display:block; position:absolute; top:54px; right:45px; color:#A64200; width: 219px; } #footerPanel ul.templateworld{width:158px; background:#DCDCDC; color:#4C4C4C; display:block; position:absolute; top:74px; right:40px;} #footerPanel ul.templateworld li a{background:#DCDCDC; display:block; color:#4C4C4C; text-decoration:none;} #footerPanel ul.templateworld li a:hover{text-decoration:underline;} #footerhtmlPanel{ width:86px; height:31px; display:block; position:absolute; top:34px; left:29px; margin:0; padding:0;} #footerhtmlPanel a{ width:86px; height:31px; display:block; background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC; text-decoration:none; font:14px/31px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2F2F2F; text-transform:uppercase; padding:0 0 0 10px; position:absolute; top:1px; right:-12px; } #footerhtmlPanel a:hover{background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC; color:#216EBD; text-decoration:none; } #footercssPanel{ width:86px; height:31px; display:block; position:absolute; top:34px; left:115px; margin:0; padding:0;} #footercssPanel a{ width:86px; height:31px; display:block; background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC; text-decoration:none; font:14px/31px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2F2F2F; text-transform:uppercase; padding:0 0 0 10px; position:absolute; top:0px; right:0px;} #footercssPanel a:hover{background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC; color:#216EBD; text-decoration:none; }
Bueno espero sus respuestas y de ante mano muchas gracias!!!