http://www.nazablog.com.ar/articulos/ver/141
no se por qué pasa :S
el menu y el artículo son dos divs y están dentro de otro div llamado contenedor...
CSS:
Código:
#contenedor{ position: relative; background: #FFFFFF; min-height: 800px; width:798px; margin:0 auto; border: #8D9CAB 1px solid; border-top-width: 0px; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 0px; overflow: visible; } #menu{ background: #ffffff url('../img/bg_menu.jpg'); background-repeat: no-repeat; background-position: top right; text-align: right; padding: 10px; width:135px; background-color:#ffffff; float:right; } #contenido{ text-align: left; padding: 10px; width:620px; background-color:#ffffff; }
espero que alguien pueda ayudarme :D
gracias!