08/01/2012, 21:46
|
|
Respuesta: Problema con ajuste de tablas Aca dejo el css
@charset "utf-8";
/* CSS Document */
#divform {
float: left;
height: 600px;
width: 870px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #dadada;
border-bottom-color: #dadada;
border-left-color: #dadada;
margin: 15px;
}
.divform{
float: left;
height: 755px;
width: 870px;
margin-top: 44px;
}
#registro {
float: left;
height: 600px;
width: 435px;
background-image: url(../img/registro/registro.png);
background-repeat: no-repeat;
}
#login {
float: right;
height: 600px;
width: 435px;
background-image: url(../img/registro/inciarsesion.png);
background-repeat: no-repeat;
}
.formregistro{
margin-top: 100px;
width: 435px;
height: 500px;
margin-bottom: 0px;
float: left;
}
.td2{
width: 435px;
font-family: Calibri;
clear: both;
} |