Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/12/2007, 05:11
Avatar de juanitTo
juanitTo
 
Fecha de Ingreso: enero-2007
Mensajes: 406
Antigüedad: 17 años, 3 meses
Puntos: 5
Re: Mi iframe se va hacia abajo en css!

En realidad no, el ccs es:

<style type="text/css">
body { font-family: Comic Sans;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 8pt;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
text-align: center;
background-color: rgb(0, 0, 0);
CURSOR: url(http://abba-gdl.iespana.es/Cursores/cursor5.ani);
}

#contenedor { margin: auto;
text-align: left;
width: 100%;
}

#cabecera { background-image url (http://www.uploadfilesystem.com//arc...kHX02806.jpg);
color: rgb(51, 51, 0);
font-size: 12pt;
font-weight: bold;
}

#cuerpo { }

#lateral { border: 2px solid rgb(0, 255, 0);
width: 12%;
font-family: Comic Sans;
text-align: center;
background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
float: left;
margin-top: 15px;
}

#lateral a { border-top: 1px solid rgb(0, 255, 0);
text-decoration: none;
color: rgb(0,0,182);
font-size: 16px;
display: block;
width: 100%;
}

#lateral a:hover { background-color: rgb(0, 232, 0);
}

#principal { background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
width: 100%;
}

#otrolado { border: 2px solid rgb(0, 255, 0);
width: 12%;
font-family: Comic Sans;
text-align: center;
background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
float: right;
margin-top: 15px;
}

#otrolado a { border-top: 1px solid rgb(0, 255, 0);
text-decoration: none;
color: rgb(0,0,182);
font-size: 16px;
display: block;
width: 100%;
}

#otrolado a:hover { background-color: rgb(0, 232, 0);
}
#pie {
background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
text-align: right;
clear: both;
}

#derecha { margin-bottom: 0pt;
float: left;
width: 70%;
margin-left: 40px;
margin-top: 0pt;
}


</style>

El iframe esta metido en el div derecha, y dentro del div derecha esta el div principal y dentro del div principal el codigo del iframe, la tabla izquierda esta en el div lateral, y la de la derecha esta en el div cuerpo, y dentro de este div esta el div otrolado aqui esta ya la tabla.