|
|
#1 (permalink) |
![]() |
__________________
Videos de Metal |
|
|
|
|
|
#2 (permalink) |
|
Colaborador
![]() ![]() ![]() ![]() Fecha de Ingreso: marzo-2004
Ubicación: En alguna otra parte
Mensajes: 4.393
|
Re: Desaconseja la w3c el atributo font??
Hola
Como puedes ver aquí, desde la versión 4.01 del HTML, está desaconsejado el uso de font, entre otras tantas etiquetas. En su lugar, se recomienda hacer uso de las propiedades de las hojas de estilo CSS. Felicidad
__________________
En Españññññña Noviembre y Diciembre de 2008 ¡ hey, hou, hou, hey ! |
|
|
|
|
|
#3 (permalink) |
![]() |
Re: Desaconseja la w3c el atributo font??
Lo digo por que en mi web tengo una tabla, y el titulo no se ve bien, se supone que tiene que ser verde, y en firefox se ve negro y creo que es por que esta desaconsejado
__________________
Videos de Metal |
|
|
|
|
|
#4 (permalink) |
![]() ![]() ![]() ![]() ![]() ![]() Fecha de Ingreso: noviembre-2002
Ubicación: Funkyland
Mensajes: 7.294
|
Re: Desaconseja la w3c el atributo font??
no, no tiene nada que ver eso, si se ve Negro en lugar de Verde el problema está en el código.
![]()
__________________
[urbanchip] Diseño web y maquetación CSS |
|
|
|
|
|
#6 (permalink) |
![]() |
Re: Desaconseja la w3c el atributo font??
Y entonces por que en IE 7 si se ve bien?
__________________
Videos de Metal |
|
|
|
|
|
#7 (permalink) |
![]() ![]() ![]() ![]() ![]() ![]() Fecha de Ingreso: noviembre-2002
Ubicación: Funkyland
Mensajes: 7.294
|
Re: Desaconseja la w3c el atributo font??
como bien te detallaron más arriba puede ser un mal "tipeo" en la hojas de estilo, podriamos ver una URL o tu código?
![]()
__________________
[urbanchip] Diseño web y maquetación CSS |
|
|
|
|
|
#8 (permalink) |
![]() |
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>
__________________
Videos de Metal |
|
|
|