Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/08/2005, 18:59
guntin_java
 
Fecha de Ingreso: mayo-2004
Mensajes: 159
Antigüedad: 19 años, 9 meses
Puntos: 0
estuve un tiempo offline... pero mi problema continua.
Por qué no se ven igual en Mozilla y en IE???? Algo que aún no resuelvo.
en este código están todas las diferencias, principalmente el foot de la página que en IE lo se ve.

Gracias por todo...
[codigo]
a.language{
text-decoration: none;
}
.myfooter {
background-color: #FFFFFF;
position: relative;
}
.subfooter {
background-color: #FFFFF;
height: 50px;
position: absolute;
}

.subfooter2 {
background-color: #FDCC05;
border-top: 4px solid #C6A317;
line-height: 20px;
height: 50px;
width: 770px;
position: absolute;
top: 50px;
margin: 2px;
padding: 2px;
}

.footimgcenter{
background-image: url(/themes/e-xoops/images/IMAGE-READY_78.jpg);
overflow: visible;
width: 54px;
height:62px;
position: relative;
left: 380px;
top: 25px;
position: absolute;

}
.footcenter {
background-color: #CB2D22;
line-height: 20px;
width: 500px;
height: 20px;
border-top: 4px solid #C6A317;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #C6A317;
border-bottom-color: #C6A317;
border-left-color: #C6A317;
position: absolute;
overflow: visible;
left: 150px;
top: 40px;
letter-spacing: normal;
word-spacing: normal;

}

a.listcategories:link, a.listcategories:visited{
color: red;
background-color: #FFFFFF;
border-bottom: 1pt #000000;
border-top: 1pt #000000;
height: 15pt;

font-weight: 800;
font-size: 12px;
letter-spacing: 3px;
text-decoration: none;
}

a.listcategories:hover, a.listcategories:active{
color: #FFAAAA;
background-color: #FFFFFF;
border-bottom: 1pt #000000;
border-top: 1pt #000000;
height: 15pt;

font-weight: 800;
font-size: 12px;
letter-spacing: 3px;
text-decoration: none;
}

a.not:link, a.not:visited, a.not:hover, a.not:active{
color: #FFAAAA;
background-color: #FFFFFF;
border-bottom: 1pt #000000;
border-top: 1pt #000000;
height: 15pt;

font-weight: 800;
font-size: 12px;
letter-spacing: 3px;
text-decoration: none;
cursor: text;
}
div.bodycenter {
color:black;
/*border: thin groove #000000;*/
height: 400px;
width: 580px;
position: absolute;
}

.lettercatego{
color: red;
background-color: #FFFFFF;
height: auto;
font-weight: normal;
font-size: 64px;
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
text-align: left;
padding: 10pt;
margin: 20px;
width: auto;
vertical-align: middle;
position: absolute;
}
.listartcatego{
color: red;
background-color: #FCFCFC;
height: auto;
width: auto;
text-decoration: none;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 12px;
font-weight: bold;
padding: 1px;
margin: 1px;
position: absolute;
left:50px;
top: 120px;
font-variant: normal;
text-transform: capitalize;

}
a.listart:link, a.listart:visited{
color: red;
background-color: #FCFCFC;
border-bottom: 1pt #000000;
border-top: 1pt #000000;
height: 15pt;

font-weight: 800;
font-size: 12px;
text-decoration: none;
}

a.listart:hover, a.listart:active{
color: #FFAAAA;
background-color: #FCFCFC;
border-bottom: 1pt #000000;
border-top: 1pt #000000;
height: 15pt;

font-weight: 800;
font-size: 12px;
text-decoration: none;
}
[/codigo]