Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/11/2005, 12:46
Yugioh123
 
Fecha de Ingreso: septiembre-2005
Mensajes: 51
Antigüedad: 18 años, 8 meses
Puntos: 0
Background-color si hay color???

Bueno, el titulo no queda muy claro, pero da igual

La question es que estoy validando mi hoja de estilo y me salen estos errores:

* Line : 47 (Level : 1) You have no background-color with your color : a:visited
* Line : 47 (Level : 1) You have no background-color with your color : a:visited
* Line : 47 (Level : 1) You have no background-color with your color : a:visited
* Line : 52 (Level : 1) You have no background-color with your color : a:hover

He buscado documentacion sobre esto en la pagina y no hay. Me parece que me pide un color de fondo, pero para que??? lo unico que hago es poner color a los enlaces!!!

aqui esta mi hoja de estilo:

Código:
/* Algunes parts estan basades en la paperWood d'en Ptirhiik */

/* Cos del document */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(forum/templates/paperWood/CSSimages/woodlight.jpg);
	}

/* Botons */
input.mainoption {
	background-color: #AD5432; 
	background-image: url(forum/templates/paperWood/CSSimages/wooddark.jpg);
	font-weight : bold;
	color : #FFE080;
	border: 1px solid;
	border-color : #F4E5BA #400000 #400000 #F4E5BA;
}
table {
	text-align: center;
}
/* Menus */
.esquerra
{
	float:left;
	width: 23%;
}
.centre
{
	position:absolute;
	left:24%;
	right:24%;
	width: 52%;
}
.dreta
{
	float:right;
	width: 23%;
}
.peu
{
	clear: both;
}
/* Enllaços i fonts */
a:link,a:active,a:visited
{
	color : #800000; 
}
a:hover
{
text-decoration: underline;
color : #F00000;
}
hr
{
	border: dotted black 1px;
}


/* Menu */
.Titols
{
	font-weight: bold;
	color: white;
	text-align: center;
	background-image: URL(forum/templates/paperWood/CSSimages/wooddark.jpg);
	background-color: #A65635;
}
.centrat
{
	text-align: center;
	line-height: 17px;
}