Lo Consegui, creo, titulo 100% css
oleeeeeeeeeeeeee,
Lo consegui, creo????
Encontré un codigo para la caja superior, para hacer el titulo cubrirlo del todo, aunque cambie de resolucion.
Mi pregunta es si es correcto de la manera que lo he hecho, antes de seguir así.
He puesto la caja superior a terminar 130PX antes del borde derecho, y he puesto la columna derecha a empezar desde arriba del todo.Verlo aquí: http://www.marbellasunrentals.com/prueba.htm
}
div#Todo { margin:1px; background:url('textos/indexing.swf') right top repeat-y; }
div#CajaN { height:1px; background:url('textos/indexing.swf') repeat-x; }
div#CajaNO { float:left; width:1px; height:1px; background:url('textos/indexing.swf') no-repeat; }
div#CajaO { background:url('textos/indexing.swf') repeat-y; }
div#CajaNE { float:right; width:1px; background:url('textos/indexing.swf') right top no-repeat; }
div#CajaS { height:1px; background:url('textos/indexing.swf') repeat-x; }
div#CajaSO { float:left; width:1px; height:1px; background:url('textos/indexing.swf') no-repeat; }
div#CajaSE { height:1px; background:url('textos/indexing.swf') right top no-repeat; }
#title {
margin: 0px 130px 0px 0px;
padding: 0px;
height: 100px; /* ie5win fudge begins */
height: 70px;
}
.title {width: 100%}
html>body #title {
height: 70px; /* ie5win fudge ends */
}
#content{
padding-top:50px;
margin-left: 150px;
margin-right: 150px;
}
#right {
position: absolute;
top: 10px;
right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
margin: 0px;
padding: 10px;
width: 120px; /* ie5win fudge begins */
width: 120px;
}
html>body #right {
width: 120px; /* ie5win fudge ends */
}
Helen,