he estado tratando de acomodar un div dejo una imagen para que vean.
como verán eso naranja es un div que se va hasta arriba es el div video
pero quiero que aparezca abajo del div menú lo cafesito, y no lo logro, además de que aparezca centrado y tampoco
si sigo así lo haré en tablas jo...¡¡¡
debe aparecer así pues lleva una imagen de fondo saludos dejo los códigos por si les quieren hechar un vistazo
Código HTML:
Ver original
css
Código CSS:
Ver original
body { text-align:center; background-color: white; background-image: url(images/back.jpg); background-repeat:repeat-x; } h1 {font-size:1em; color: white; margin-top:50px;} #header { background-image: url(images/head.png); background-repeat:no-repeat; background-position:top center; height:250px; width:65%; float:left; } #publi1 { text-align:left; width:34%;height:250px; padding-bottom: 3px; float:right; } #menu{ width:100%; height:50px; background:url(images/menu_025_bg.png); float:left; margin:2px; padding-bottom:5px; } #menu ul{ list-style:none; text-align:center; } #menu li{ list-style:none; display:inline; margin:0px 8px; } #menu li a{ color:#b19c93; text-transform:uppercase; font-size:11px; font-weight:bold; line-height:5px; text-decoration:none; padding:0 20px; background:url(images/menu_025_h.jpg) no-repeat; } #menu li a:hover{ color:#fff; background:url(images/menu_025_c.jpg) no-repeat; } #menu li a.current{ background:url(images/menu_025_c.jpg) no-repeat; color:#fff; text-transform:uppercase; font-size:11px; font-weight:bold; line-height:5px; text-decoration:none; padding:0 20px; } #menu li a:hover.current{ color:#fff; } #video { background-color: orange; background-image: url(); background-repeat:no-repeat; width:1021px; text-align:center; } #publi2{ } #chat{ } #contador{ }
Gracias de antemano por ayudarme
Edit: le he puesto, position absolute, pero me temo que asi las resoluciones de pantalla afectarian el diseño aparte de que no ce centra el contenido.