11/02/2008, 12:59
|
| | | Fecha de Ingreso: enero-2007
Mensajes: 406
Antigüedad: 17 años, 10 meses Puntos: 5 | |
Re: Desaconseja la w3c el atributo font?? la web es www.videometal.es, la diferencia esta en la tabla de abajo a la izquierda y se distingue en firefox e IE, en IE 7 se ve como debe pero en firefox no, el css depende de la resolucion de pantalla, aqui les dejo el codigo de la resolucion 1280*800: <style type="text/css">
BODY a:link {text-decoration:none;font-weight:bold;color:#0000FF;
}
BODY a:visited {text-decoration:none;font-weight:bold;color:#0000FF;
}
BODY a:hover {text-decoration:underline;font-weight:bold;color:#00EE00;
}
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: center;
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, 0, 0);
width: 12%;
font-family: Comic Sans;
text-align: center;
background-color: rgb(33,33,33);
float: left;
margin-top: 15px;
margin-left: 1%;
}
#lateral a { border-top: 1px solid rgb(0, 0, 0);
text-decoration: none;
color: rgb(0,255,0);
font-size: 16px;
display: block;
width: 100%;
}
#lateral a:hover { background-color: rgb(0, 232, 0);
color: #000000;
}
#principal { background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
width: 100%;
float: center;
}
#otrolado { border: 2px solid rgb(0, 0, 0);
width: 12%;
font-family: Comic Sans;
text-align: center;
background-color: rgb(33,33,33);
float: right;
margin-right: 1%;
}
#otrolado a { border-top: 1px solid rgb(0, 0, 0);
text-decoration: none;
color: rgb(0,255,0);
font-size: 16px;
display: block;
width: 100%;
}
#otrolado a:hover { background-color: rgb(0, 232, 0);
color: #000000;
}
#pie {
clear: both;
width: 100%;
background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
}
#descarga {
text-align: left;
width: 12%;
float: left;
margin-left: 1%;
background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
}
#codigo {
text-align: right;
float: right;
width: 12%;
margin-right: 1%;
background-image url(http://www.uploadfilesystem.com//arc...kHX02806.jpg);
}
#derecha { margin-bottom: 0pt;
margin:auto;
text-align: center;
width: 73%;
margin-top: 0pt;
}
</style> |